Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/extensions/source/abpilot/
H A Dabpresid.hrc45 // please adjust RID_DIALOG_END (below) when adding new dialogs
57 // please adjust RID_PAGE_END (below) when adding new tab pages
70 // please adjust RID_STRING_END (below) when adding new strings
102 // please adjust RID_BITMAP_END (below) when adding new bitmaps
111 #error "please adjust the resource id ranges!!"
114 #error "please adjust the resource id ranges!!"
117 #error "please adjust the resource id ranges!!"
120 #error "please adjust the resource id ranges!!"
123 #error "please adjust the resource id ranges!!"
126 #error "please adjust the resource id ranges!!"
[all …]
/trunk/main/extensions/source/dbpilots/
H A Ddbpresid.hrc52 // please adjust RID_STRING_END (below) when adding new strings
62 // please adjust RID_DIALOG_END (below) when adding new dialogs
80 // please adjust RID_PAGE_END (below) when adding new tab pages
88 // please adjust RID_ERRORBOX_END (below) when adding new error boxes
97 #error "please adjust the resource id ranges!!"
100 #error "please adjust the resource id ranges!!"
103 #error "please adjust the resource id ranges!!"
106 #error "please adjust the resource id ranges!!"
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java258 ParagraphAdjust adjust = null; in setAttribute() local
261 adjust = (ParagraphAdjust) property.Value; in setAttribute()
263 adjust = (ParagraphAdjust) AnyConverter.toObject(new Type( in setAttribute()
266 adjust = ParagraphAdjust.fromInt(AnyConverter.toInt( in setAttribute()
270 if (adjust != null) { in setAttribute()
271 if (adjust.equals(ParagraphAdjust.LEFT)) { in setAttribute()
274 } else if (adjust.equals(ParagraphAdjust.RIGHT)) { in setAttribute()
277 } else if (adjust.equals(ParagraphAdjust.CENTER)) { in setAttribute()
280 } else if (adjust.equals(ParagraphAdjust.BLOCK) || in setAttribute()
281 adjust.equals(ParagraphAdjust.STRETCH)) { in setAttribute()
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl65 $adjust = "";
779 $adjust = "";
925 elsif ( $adjust eq "" ) {
926 $adjust = $val;
929 $adjust = "$val,$adjust";
987 if ( $adjust ne "" ) {
988 $out .= "adj=\"$adjust\" ";
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx177 option->rect.adjust( nAdjust, nAdjust, -nAdjust, -nAdjust ); in draw()
613 boundingRect.adjust( -size, -size, size, size ); in getNativeControlRegion()
632 boundingRect.adjust( 0, 0, 0, delta ); in getNativeControlRegion()
635 contentRect.adjust( -nLayoutLeft+1, -nLayoutTop+1, nLayoutRight-1, nLayoutBottom-1 ); in getNativeControlRegion()
650 contentRect.adjust(0, 0, in getNativeControlRegion()
684 contentRect.adjust( 0, 0, 0, aMinSize.height() - contentRect.height() ); in getNativeControlRegion()
690 contentRect.adjust(-size,-size,size,size); in getNativeControlRegion()
774 contentRect.adjust(nFrameWidth, nFrameWidth, -nFrameWidth, -nFrameWidth); in getNativeControlRegion()
786 contentRect.adjust(0, 0, in getNativeControlRegion()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini166 …140=geo-left,geo-top,geo-right,geo-bottom,geo-shape-path,geo-vertices,geo-segment-info,geo-adjust-1
167 0x0148=geo-adjust-2,geo-adjust-3,geo-adjust-4,geo-adjust-5,geo-adjust-6,geo-adjust-7,geo-adjust-8,
397 0x0002=:lock-adjust-handles
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java182 private void adjust(XMLPackageDescription root) { in adjust() method in XMLPackageDescription
190 child.adjust(root); in adjust()
236 adjust(this); in read()
/trunk/main/extensions/inc/
H A Dextensio.hrc37 // !!! please adjust RID_LAST_EXTENSIONS_RANGE if you add new ranges here !!!
63 // !!! please adjust HID_LAST_EXTENSIONS_RANGE if you add new ranges here !!!
/trunk/main/dbaccess/source/ui/inc/
H A Ddbu_rel.hrc38 // please adjust checking before insert new strings
H A Ddbu_uno.hrc43 // please adjust when inserting new strings:
H A Ddbu_brw.hrc45 // please adjust checking before insert new strings
H A Ddbu_control.hrc45 // please adjust checking before insert new strings
H A Ddbu_misc.hrc49 // please adjust checking before insert new strings
H A Ddbu_qry.hrc84 // please adjust checking when inserting new strings
H A Ddbu_tbl.hrc87 // please adjust checking before insert new strings
H A Ddbu_dlg.hrc121 // please adjust checking before insert new strings
/trunk/main/offapi/com/sun/star/chart2/
H A DXScaling.idl43 //double getMinimum(); ?adjust <-> min/max may not exist
/trunk/main/dbaccess/source/ui/app/
H A Ddbu_app.hrc67 // please adjust checking before insert new strings
/trunk/main/offapi/com/sun/star/ucb/
H A DContentProvider.idl67 /** allows a <type>ContentProvider</type> to adjust itself to special
H A DRemoteProxyContentProvider.idl65 /** allows this <type>ContentProvider</type> to adjust itself to special
/trunk/main/offapi/com/sun/star/i18n/
H A DLocaleItem.idl84 //! Do not forget to adjust the COUNT value.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl121 necessarily needing to adjust the data model, too.</p>
/trunk/main/offapi/type_reference/
H A Dtypelibrary_history.txt48 adjust ChainedTextFrame service. Remove XChainable interface and insert properties.
/trunk/main/sw/source/ui/index/
H A Didxmrk.src622 … contains the bibliography entry but with different data. Do you want to adjust the existing entri…
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2241 int adjust = nMaxRight - pR->nCenter[pR->nWwCols]; in CalcDefaults() local
2244 pR->nCenter[i] = static_cast< short >(pR->nCenter[i] + adjust); in CalcDefaults()

Completed in 87 milliseconds

1234