summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-12-02this method is not implementedMarkus Mohrhard1-1/+0
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard2-0/+11
2012-12-02small fixes for iconset UIMarkus Mohrhard1-0/+5
2012-12-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard1-1/+1
2012-12-02create icon sets in UIMarkus Mohrhard2-2/+49
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard2-6/+42
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard9-124/+351
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard2-11/+113
2012-11-30prevent uncloseable cond format dlgMarkus Mohrhard1-16/+17
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2-0/+19
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-1/+3
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat6-2/+34
2012-11-30Fix indentation.Jan Holesovsky1-1/+3
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin3-5/+5
2012-11-30Don't forget to clear this when loading a new XML file.Kohei Yoshida1-1/+1
2012-11-30Highlight the reference entry after ensuring that it's mappable.Kohei Yoshida1-11/+10
2012-11-29Selecting a child entry of a recurring element should select all sub-tree.Kohei Yoshida2-13/+57
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida2-14/+10
2012-11-29Forgot to remove this.Kohei Yoshida1-1/+0
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida3-4/+5
2012-11-29Highlight all its child entries when a recurring element is selected.Kohei Yoshida2-0/+52
2012-11-29initialize index for IsNumberFormat()Eike Rathke1-2/+2
2012-11-29use Markus's sort pageCaolán McNamara9-583/+459
2012-11-29add sort tab page .uiMarkus Maier1-0/+287
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens8-33/+23
2012-11-29Fix ScCondDateFormatEntry::mpCacheStephan Bergmann2-8/+3
2012-11-28Fix static link failure with liborcus on Windows.Kohei Yoshida3-2/+1
2012-11-28Let's call this mapped cell rather than linked cell.Kohei Yoshida1-1/+1
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-7/+0
2012-11-28Get it to build after the rebase.Kohei Yoshida4-1/+3
2012-11-28Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida1-3/+3
2012-11-28Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida3-23/+7
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida4-14/+84
2012-11-28Display XML namespace IDs in the tree.Kohei Yoshida1-4/+23
2012-11-28Adjusted for the orcus interface change on the master branch.Kohei Yoshida1-1/+1
2012-11-28Store the xml namespace repository with the context.Kohei Yoshida3-8/+12
2012-11-28Method description.Kohei Yoshida1-0/+9
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida9-368/+449
2012-11-28Get it to build after updating liborcus from latest master.Kohei Yoshida1-2/+3
2012-11-28Now I can remove this ugly const_cast.Kohei Yoshida1-1/+1
2012-11-28Enable the 'Import' button only when linked data exists.Kohei Yoshida1-1/+7
2012-11-28Set initial focus to the 'Open XML source' button.Kohei Yoshida1-0/+1
2012-11-28Setting a reference via ref picker should update the link ref data.Kohei Yoshida1-0/+2
2012-11-28Broadcast and re-paint when the XML import is complete.Kohei Yoshida1-0/+12
2012-11-28Remove debug statements.Kohei Yoshida2-10/+1
2012-11-28Register range links to orcus_xml too.Kohei Yoshida4-25/+122
2012-11-28Implement the required get_sheet() interface method.Kohei Yoshida1-3/+32
2012-11-28Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida4-14/+49