/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dbadminsetup.src | 69 Text[ en-US ] = "Set up dBASE connection" ; 86 Text[ en-US ] = "Set up LDAP connection" ; 91 Text[ en-US ] = "Set up Adabas D connection" ; 96 Text[ en-US ] = "Set up ADO connection" ; 101 Text[ en-US ] = "Set up JDBC connection" ; 111 Text[ en-US ] = "Set up MySQL connection" ; 116 Text[ en-US ] = "Set up ODBC connection" ; 121 Text[ en-US ] = "Set up Spreadsheet connection" ; 126 Text[ en-US ] = "Set up user authentication" ; 131 Text [ en-US ] = "Set up MySQL server data"; [all …]
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XEnhancedCustomShapeDefaulter.idl | 117 "up-arrow", 119 "up-down-arrow", 128 "up-arrow-callout", 131 "up-down-arrow-callout", 187 "fontwork-triangle-up", 189 "fontwork-chevron-up", 193 "fontwork-arch-up-curve", 197 "fontwork-arch-up-pour", 201 "fontwork-curve-up", 219 "fontwork-fade-up", [all …]
|
/aoo42x/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocDecoder.java | 139 int up = 0; in decompress() local 152 uBytes[up++] = cBytes[cp++]; in decompress() 157 uBytes[up++] = (byte) c; in decompress() 162 uBytes[up++] = (byte) ' '; in decompress() 163 uBytes[up++] = (byte) (c ^ 0x80); in decompress() 174 uBytes[up] = uBytes[up - m]; in decompress() 175 up++; in decompress() 189 byte[] textBytes = new byte[up]; in decompress() 190 System.arraycopy(uBytes, 0, textBytes, 0, up); in decompress()
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WSDecoder.java | 199 int up = 0; in decompress() local 212 uBytes[up++] = cBytes[cp++]; in decompress() 217 uBytes[up++] = (byte) c; in decompress() 222 uBytes[up++] = (byte) ' '; in decompress() 223 uBytes[up++] = (byte) (c ^ 0x80); in decompress() 234 uBytes[up] = uBytes[up - m]; in decompress() 235 up++; in decompress() 249 byte[] textBytes = new byte[up]; in decompress() 250 System.arraycopy(uBytes, 0, textBytes, 0, up); in decompress()
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 271 Widget *up() in up() function in Widget 403 Widget *pParent = up(); in swapWithChild() 629 for ( Widget *pUp = pWidget->up(); pUp != NULL; pUp = pUp->up() ) in next() 660 bool moveWidget( Widget *pWidget, bool up /*or down*/ ) in moveWidget() argument 663 Widget *pOriContainer = pWidget->up(); in moveWidget() 668 Widget *pContainer = pWidget->up(); in moveWidget() 676 if ( up ) in moveWidget() 696 if ( pSibling->addChild( pWidget, up ? 0xffff : 0 ) ) in moveWidget() 706 for ( ; pContainer && pContainer->up(); pContainer = pContainer->up() ) in moveWidget() 709 if ( pContainer->up()->addChild( pWidget, childPos + (up ? 0 : 1) ) ) in moveWidget() [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbapane.cxx | 110 sal_Int32 up = 0; in SmallScroll() local 111 if( Up >>= up ) in SmallScroll() 112 downRows -= up; in SmallScroll() 165 sal_Int32 up = 0; in LargeScroll() local 166 if( Up >>= up ) in LargeScroll() 167 downPages -= up; in LargeScroll()
|
/aoo42x/main/writerfilter/source/rtftok/ |
H A D | RTFScanner.skl | 135 /* Undo effects of setting up yytext. */ \ 205 * possible backing-up. 291 * corresponding action - sets up yytext. 437 * have been set up. 505 %% code to set up and find next match goes here 585 %% code to do back-up for compressed tables and set up yy_cp goes here 599 * yy_get_next_buffer() to have set up 600 * yytext, we can now set up 936 /* undo effects of setting up yytext */ 940 { /* need to shift things up to make room */ [all …]
|
/aoo42x/main/sc/source/ui/src/ |
H A D | popup.src | 32 Text [ en-US ] = "Cell pop-up menu" ; 140 Text [ en-US ] = "Sheet bar pop-up menu" ; 209 Text [ en-US ] = "Pivot table pop-up menu" ; 245 Text [ en-US ] = "Page Preview pop-up menu" ; 289 Text [ en-US ] = "Text Input pop-up menu" ; 400 Text [ en-US ] = "Detective Fill Mode pop-up menu" ; 448 Text [ en-US ] = "Page Break Preview pop-up menu" ;
|
/aoo42x/main/helpcontent2/helpers/ |
H A D | uno-commands.csv | 73 .uno:ArrowShapes.up-arrow 74 .uno:ArrowShapes.up-arrow-callout 75 .uno:ArrowShapes.up-down-arrow 76 .uno:ArrowShapes.up-down-arrow-callout 77 .uno:ArrowShapes.up-right-arrow 78 .uno:ArrowShapes.up-right-arrow-callout 79 .uno:ArrowShapes.up-right-down-arrow 658 .uno:FontworkShapeType.fontwork-chevron-up 662 .uno:FontworkShapeType.fontwork-curve-up 666 .uno:FontworkShapeType.fontwork-fade-up [all …]
|
/aoo42x/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 185 sal_Int32 up; in alignment() local 186 arr->GetDim32(i + 1, low[i], up); in alignment() 237 std::vector< sal_Int32 > up(dims); in marshalArray() local 239 arr->GetDim32(i + 1, low[i], up[i]); in marshalArray() 248 while (idx[i] == up[i]) { in marshalArray() 431 std::vector< sal_Int32 > up(dims); in unmarshal() local 433 arr->GetDim32(i + 1, low[i], up[i]); in unmarshal() 438 while (idx[i] == up[i]) { in unmarshal()
|
/aoo42x/main/oox/source/dump/ |
H A D | dffdumper.ini | 640 …ect-callout,wedge-ellipse-callout,wave,folded-corner,left-arrow,down-arrow,up-arrow,left-right-arr… 641 …70=up-down-arrow,irregular-seal-1,irregular-seal-2,lightning-bolt,heart,picture-frame,quad-arrow,l… 642 …eft-right-arrow-callout,up-down-arrow-callout,quad-arrow-callout,bevel,left-bracket,right-bracket,… 643 …90=bent-up-arrow,bent-arrow,seal-24,striped-right-arrow,notched-right-arrow,block-arc,smiley-face,… 644 …100=notched-circular-arrow,uturn-arrow,curved-right-arrow,curved-left-arrow,curved-up-arrow,curved… 648 …g-inside,text-ring-outside,text-arch-up-curve,text-arch-down-curve,text-circle-curve,text-button-c… 649 …150=text-circle-pour,text-button-pour,text-curve-up,text-curve-down,text-cascade-up,text-cascade-d… 651 …170=text-fade-up,text-fade-down,text-slant-up,text-slant-down,text-can-up,text-can-down,flow-chart… 652 …180=border-callout-90,accent-border-callout-90,left-right-up-arrow,sun,moon,bracket-pair,brace-pai…
|
H A D | oledumper.ini | 54 6=size-diag-down,size-vert,size-diag-up,size-hor 55 10=up-arrow,hour-glass,no-drop,app-starting,help,size-all 214 shortlist=COMCTL-SCROLLBAR-ARROWS,0,both,left-up,right-down 866 …IONEFFECT,0,none,cover-up,cover-right-up,cover-right,cover-right-down,cover-down,cover-left-down,c…
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/options/ |
H A D | Bundle.properties | 27 HINT_WarnBeforeDocDeploy=Pop up a dialog before deploying to a document 28 PROP_WarnBeforeDocDeploy=Pop up a dialog before deploying to a document 30 HINT_WarnAfterDirDeploy=Pop up a dialog after deploying to a directory 31 PROP_WarnAfterDirDeploy=Pop up a dialog after deploying to a directory
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTable.idl | 54 from the first row or column with the index 0 up to the last (but not 99 the valide range of 0 up to 118 the valide range of 0 up to 143 the valide range of 0 up to 168 the valide range of 0 up to 230 the valide range of 0 up to 249 the valide range of 0 up to 279 the valide range of 0 up to
|
H A D | XAccessibleSelection.idl | 66 if the given index does not lie in the valid range of 0 up to 83 if the given index does not lie in the valid range of 0 up to 133 if the given index does not lie in the valid range of 0 up to 150 if the given index does not lie in the valid range of 0 up to,
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | README.efforts | 24 1. Marking up the efforts in the code. 26 Efforts are marked up in the code with comments like this: 31 case-labels can be marked up, too. In the latter case the efforts are 52 in case-labels in .cxx files and thus links the status mark up 129 @qname-count is the number of case-labels that the according mark-up comment refers to.
|
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | UIText.ulf | 104 en-US = "This feature frees up [1] on your hard drive." 140 en-US = "This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The … 143 en-US = "This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The … 146 …r hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard dri…
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XSpinField.java | 62 public void up(SpinEvent e) { in up() method in _XSpinField.TestListener 101 oObj.up() ; in _up() 185 oObj.up() ; in _removeSpinListener()
|
/aoo42x/main/udkapi/com/sun/star/container/ |
H A D | XMap.idl | 84 if the given key is not supported to be put into the map. It's up to the service 102 if the given value is not of a type which is accepted by the map. It's up to the service 123 if the given key is not supported to be put into the map. It's up to the service 152 … if the given key, or the given value, is not supported to be put into the map. It's up to 176 if the given key is not supported to be put into the map. It's up to the service
|
/aoo42x/main/i18npool/source/breakiterator/data/ |
H A D | count_word.txt | 111 # Reverse Rules. Back up over any of the chars that can group together. 112 # (Reverse rules do not need to be exact; they can back up too far, 113 # but must back up at least enough, and must stop on a boundary.)
|
H A D | count_word_fi.txt | 120 # Reverse Rules. Back up over any of the chars that can group together. 121 # (Reverse rules do not need to be exact; they can back up too far, 122 # but must back up at least enough, and must stop on a boundary.)
|
H A D | edit_word.txt | 128 # Reverse Rules. Back up over any of the chars that can group together. 129 # (Reverse rules do not need to be exact; they can back up too far, 130 # but must back up at least enough, and must stop on a boundary.)
|
H A D | edit_word_he.txt | 128 # Reverse Rules. Back up over any of the chars that can group together. 129 # (Reverse rules do not need to be exact; they can back up too far, 130 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_ca.txt | 125 # Reverse Rules. Back up over any of the chars that can group together. 126 # (Reverse rules do not need to be exact; they can back up too far, 127 # but must back up at least enough, and must stop on a boundary.)
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 37 /** makes it possible to move a cursor up/down/left/right within laid out text. 62 /** moves the cursor the specified number of lines up. 65 specifies the number of lines to go up.
|