summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-24add $(gb_STDLIBS) to linked libsDavid Tardon
2012-03-24rename targets to match LinkTarget's functionsDavid Tardon
2012-03-24use correct rdb root dirsDavid Tardon
2012-03-24use the default deliver ruleDavid Tardon
2012-03-24update copyright dateDavid Tardon
2012-03-18move addins out of offapi againDavid Tardon
2012-03-18allow to express transitive dep for rdbsDavid Tardon
2012-03-18fix number of argumentsDavid Tardon
2012-03-18put the libs into the right layerDavid Tardon
2012-03-13split into one file for each interface/serviceDavid Tardon
This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered.
2012-03-12gbuildize ioDavid Tardon
2012-03-12gbuildize stocDavid Tardon
2012-03-12add InternalUnoApi classDavid Tardon
2012-03-11refactor UnoApi classDavid Tardon
2012-01-29add add_deliverable callDavid Tardon
2012-01-29simplify UnoApiTarget's targetsDavid Tardon
2012-01-29split rdb generation out of UnoApiTargetDavid Tardon
2012-01-28Revert "gbuildify apple_remote" need to have soenv2 merged beforeNorbert Thiebaud
This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873. This will be pused again _after_ feature/soenv2 is merged
2012-01-28gbuildify apple_remoteNorbert Thiebaud
2012-01-28Remove VisualClassNameThomas Arnhold
2012-01-28simplify PSEUDOCOLOR12Thomas Arnhold
2012-01-28sal_TrueCOLOR is never definedThomas Arnhold
2012-01-28SAL_XT is never usedThomas Arnhold
2012-01-28bUILocked is always falseIvan Timofeev
2012-01-28Fix duplicateExpression style Same expression on both sides of '&&Julien Nabet
2012-01-29Removed unused define and externTakeshi Abe
2012-01-29Use defined macro instead of magic numberTakeshi Abe
This also added a missing READONLY entry
2012-01-28Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot
Part LVI Modules vbahelper
2012-01-28Fix for fdo43460 Part LV getLength() to isEmpty()Olivier Hallot
Part LV Modules xmlsecurity
2012-01-28Fix for fdo43460 Part LIV getLength() to isEmpty()Olivier Hallot
Part LIV Modules xmlscript
2012-01-28remove traces of b2dhompointThomas Arnhold
2012-01-28ios: fix mis-mergeThomas Arnhold
2012-01-28unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann
2012-01-28mbHelpBtn is always falseThomas Arnhold
2012-01-28mbSound is always trueThomas Arnhold
2012-01-28remove some dead codeThomas Arnhold
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-28vcl: SalWM is unusedThomas Arnhold
2012-01-28vcl: Remove unused server vendorsThomas Arnhold
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later...
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold
This method seems to be useless. The return value (keyboard name) isn't used at any point. And I don't see any point in this method where some implicit call is done to refresh mappings...
2012-01-28Remove unused code as listed in unusedcode.easySantiago Martinez
2012-01-28Actually apply substance of previous unused code removalAlexander Bergmann
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box.
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl
2012-01-27SvxColumnItem: fix buggy STL conversion:Michael Stahl
In the copy ctor, the vector must not be initialized with the constructor that takes an integer, because that causes it to have that many elements, which together with the loop that copies all source elements leads to a vector with twice as many elements. This causes a crash in writer when dragging the row separator line in a table, because that code doesn't expect the item to have more elements than the table has rows. (regression from d319387526870f34c49b3ef337b1b0d55767f3fe)
2012-01-27SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵Alexander Bergmann
basegfx::B3DPolyPolygon)
2012-01-27unusedcode.easy: Removed unused code (basegfx::B2IVector)Alexander Bergmann