/aoo41x/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 …]
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | CalendarFieldIndex.idl | 37 <p> Field is writable only if marked both Get/Set. </p> 55 /// Get/Set day of month [1-31]. 68 /// Get/Set hour [0-23]. 70 /// Get/Set minute [0-59]. 72 /// Get/Set second [0-59]. 74 /// Get/Set milliseconds [0-999]. 80 /// Get/Set year. 82 /** Get/Set month [0-...]. 86 /// Get/Set era, for example, 0:= Before Christ, 1:= After Christ. 88 /// Get/Set time zone offset in minutes, e.g. [-14*60..14*60] [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 1003 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1004 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1005 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1006 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1014 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1015 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1016 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1017 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() 1036 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand() 1039 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand() [all …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | border.src | 368 Text [ en-US ] = "Set No Borders" ; 372 Text [ en-US ] = "Set Outer Border Only" ; 376 Text [ en-US ] = "Set Outer Border and Horizontal Lines" ; 380 Text [ en-US ] = "Set Outer Border and All Inner Lines" ; 384 Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ; 388 Text [ en-US ] = "Set Diagonal Lines Only" ; 392 Text [ en-US ] = "Set All Four Borders" ; 396 Text [ en-US ] = "Set Left and Right Borders Only" ; 400 Text [ en-US ] = "Set Top and Bottom Borders Only" ; 404 Text [ en-US ] = "Set Left Border Only" ; [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelink.hxx | 115 { Set( nP, nD, nS ); } in Style() 119 { Set( rColor, nP, nD, nS ); } in Style() 122 meRefMode( REFMODE_CENTERED ) { Set( rBorder, fScale, nMaxWidth ); } in Style() 125 meRefMode( REFMODE_CENTERED ) { Set( pBorder, fScale, nMaxWidth ); } in Style() 141 void Set( sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ); 143 void Set( const Color& rColor, sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ); 145 …void Set( const SvxBorderLine& rBorder, double fScale = 1.0, sal_uInt16 nMaxWidth =… 147 …void Set( const SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth =…
|
/aoo41x/main/sd/res/webview/ |
H A D | common.inc | 46 Set aFSObject = CreateObject("Scripting.FileSystemObject") 67 Set aFSObject = CreateObject( "Scripting.FileSystemObject" ) 68 Set aStream = aFSObject.OpenTextFile( sFilename, ForReading ) 85 Set aFSObject = CreateObject("Scripting.FileSystemObject") 102 Set aFSObject = CreateObject( "Scripting.FileSystemObject" ) 104 Set aFile = aFSObject.CreateTextFile( sFileName, TRUE ) 122 Set aFSObject = CreateObject( "Scripting.FileSystemObject" )
|
/aoo41x/main/sal/osl/os2/ |
H A D | socket.c | 2954 if(Set) in osl_destroySocketSet() 2955 free(Set); in osl_destroySocketSet() 2964 OSL_ASSERT(Set); in osl_clearSocketSet() 2965 if ( Set == 0 ) in osl_clearSocketSet() 2970 pSet= (TSocketSetImpl*)Set; in osl_clearSocketSet() 2983 OSL_ASSERT(Set); in osl_addToSocketSet() 2991 pSet= (TSocketSetImpl*)Set; in osl_addToSocketSet() 3007 OSL_ASSERT(Set); in osl_removeFromSocketSet() 3015 pSet= (TSocketSetImpl*)Set; in osl_removeFromSocketSet() 3039 OSL_ASSERT(Set); in osl_isInSocketSet() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | socket.c | 2924 if(Set) in osl_destroySocketSet() 2925 free(Set); in osl_destroySocketSet() 2934 OSL_ASSERT(Set); in osl_clearSocketSet() 2935 if ( Set == 0 ) in osl_clearSocketSet() 2940 pSet= (TSocketSetImpl*)Set; in osl_clearSocketSet() 2953 OSL_ASSERT(Set); in osl_addToSocketSet() 2961 pSet= (TSocketSetImpl*)Set; in osl_addToSocketSet() 2977 OSL_ASSERT(Set); in osl_removeFromSocketSet() 2985 pSet= (TSocketSetImpl*)Set; in osl_removeFromSocketSet() 3009 OSL_ASSERT(Set); in osl_isInSocketSet() [all …]
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.Dsr | 59 Set VBInstance = application 65 …Set mcbMenuCommandBar = AddToAddInCommandBar(VBInstance, LoadResString(15), LoadResPicture(5000, 0… 67 Set Me.MenuHandler = VBInstance.Events.CommandBarEvents(mcbMenuCommandBar) 91 Set mfrmWizard = New frmWizard 93 Set mfrmWizard.VBInst = VBInstance 96 Set mfrmWizard = Nothing
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlnum.hxx | 45 inline void Set( const SwHTMLNumRuleInfo& rInf ); 46 void Set( const SwTxtNode& rTxtNd ); 62 SwHTMLNumRuleInfo( const SwTxtNode& rTxtNd ) { Set( rTxtNd ); } in SwHTMLNumRuleInfo() 90 Set( rInf ); in operator =() 94 inline void SwHTMLNumRuleInfo::Set( const SwHTMLNumRuleInfo& rInf ) in Set() function in SwHTMLNumRuleInfo
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xladdress.hxx | 46 inline void Set( sal_uInt16 nCol, sal_uInt16 nRow ) { mnCol = nCol; mnRow = nRow; } in Set() function 89 inline void Set( const XclAddress& rFirst, const XclAddress& rLast ) in Set() function 91 … inline void Set( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRow2 ) in Set() function 92 { maFirst.Set( nCol1, nRow1 ); maLast.Set( nCol2, nRow2 ); } in Set()
|
H A D | fapihelper.hxx | 151 inline explicit ScfPropertySet( XPropertySetRef xPropSet ) { Set( xPropSet ); } in ScfPropertySet() 154 …fPropertySet( ::com::sun::star::uno::Reference< InterfaceType > xInterface ) { Set( xInterface ); } in ScfPropertySet() 157 void Set( XPropertySetRef xPropSet ); 160 inline void Set( ::com::sun::star::uno::Reference< InterfaceType > xInterface ) in Set() function in ScfPropertySet 161 … { Set( XPropertySetRef( xInterface, ::com::sun::star::uno::UNO_QUERY ) ); } in Set()
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XLinePolyPolygon2D.idl | 54 points. Set to 0 to start with the first polygon. 58 extract points from. Set to -1 to extract all polygons, 64 index number nPolygonIndex) to start extraction with. Set to 0 69 sequence, to be extracted. Set to -1 to extract all points 77 /** Set the specified sequence of points to the poly-polygon. 110 /** Set a single point on the poly-polygon. The remaining points of
|
/aoo41x/main/odk/ |
H A D | setsdkenv_windows.template | 106 REM Set library path. 112 REM Set office program path. 116 REM Set UNO path, necessary to ensure that the cpp examples using the 128 REM Set classpath 134 REM Set PATH appropriate to the output directory 152 REM Set environment for C++ compiler tools, if necessary. 155 REM Set tilte to identify the prepared shell.
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XInteractionSupplyAuthentication.idl | 53 /** Set a new 'realm' value to hand back. 69 /** Set a new 'user name' value to hand back. 85 /** Set a new 'password' value to hand back. 109 /** Set a new mode of how long to remember the password. 129 /** Set a new 'account' value to hand back. 153 /** Set a new mode of how long to remember the account.
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 107 void Set( Reference<XTextRange> & rRange ); 108 void Set( SwNodeIndex& rIndex ); 128 void XTextRangeOrNodeIndexPosition::Set( Reference<XTextRange> & rRange ) in Set() function in XTextRangeOrNodeIndexPosition 138 void XTextRangeOrNodeIndexPosition::Set( SwNodeIndex& rIndex ) in Set() function in XTextRangeOrNodeIndexPosition 169 Set(aPaM.GetPoint()->nNode); in SetAsNodeIndex() 552 pInfo->aAnchorStart.Set(rRange); in SetCursor() 554 pInfo->aAnchorEnd.Set(rRange); in SetCursor()
|
/aoo41x/ |
H A D | .gitignore | 25 /main/FreeBSD*Env.Set* 26 /main/Linux*Env.Set* 27 /main/MacOS*Env.Set* 28 /main/OS2*Env.Set*
|
/aoo41x/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 221 han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER); 270 han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER); 328 han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER); 381 han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER); 452 han.Set(jmpbuf, NULL, (__SEHandler::PF)EXCEPTION_EXECUTE_HANDLER);
|
/aoo41x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 270 + _sehandler.Set(_sejmpbuf, this, _Except); 290 + _sehandler.Set(_sejmpbuf, this, _Except); 308 + _sehandler.Set(_sejmpbuf, this, _Except); 330 + _sehandler.Set(_sejmpbuf, this, _Except); 362 + _sehandler.Set(_sejmpbuf, NULL, atlmoduleinitfilter); 514 // Set refcount to 1 to protect destruction 590 // Set refcount to 1 to protect destruction 716 // Set refcount to 1 to protect destruction 770 // Set refcount to 1 to protect destruction 817 // Set refcount to 1 to protect destruction [all …]
|
/aoo41x/test/testcommon/source/org/openoffice/test/ |
H A D | Run.help | 4 -D<property>=<value> Set system property. 5 -propertyfile <file> Set system property from property file. 6 -r Set a runnable which will be executed before all tests start. 7 -l Set a test listeners.
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | utlui.src | 91 Text [ en-US ] = "Set \"Text body\" Style"; 95 Text [ en-US ] = "Set \"Text body indent\" Style"; 99 Text [ en-US ] = "Set \"Hanging indent\" Style"; 103 Text [ en-US ] = "Set \"Text body indent\" Style"; 107 Text [ en-US ] = "Set \"Heading $(ARG1)\" Style"; 111 Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style";
|
/aoo41x/main/sal/inc/osl/ |
H A D | socket.h | 805 void SAL_CALL osl_destroySocketSet(oslSocketSet Set); 810 void SAL_CALL osl_clearSocketSet(oslSocketSet Set); 817 void SAL_CALL osl_addToSocketSet(oslSocketSet Set, oslSocket Socket); 823 void SAL_CALL osl_removeFromSocketSet(oslSocketSet Set, oslSocket Socket); 830 sal_Bool SAL_CALL osl_isInSocketSet(oslSocketSet Set, oslSocket Socket);
|
/aoo41x/main/sal/osl/w32/ |
H A D | socket.cxx | 2080 void SAL_CALL osl_destroySocketSet (oslSocketSet Set) in osl_destroySocketSet() argument 2082 if(Set) in osl_destroySocketSet() 2083 rtl_freeMemory(Set); in osl_destroySocketSet() 2089 void SAL_CALL osl_clearSocketSet (oslSocketSet Set) in osl_clearSocketSet() argument 2093 pSet= (TSocketSetImpl*)Set; in osl_clearSocketSet() 2103 oslSocketSet Set, in osl_addToSocketSet() argument 2109 pSet= (TSocketSetImpl*)Set; in osl_addToSocketSet() 2120 oslSocketSet Set, in osl_removeFromSocketSet() argument 2126 pSet= (TSocketSetImpl*)Set; in osl_removeFromSocketSet() 2137 oslSocketSet Set, in osl_isInSocketSet() argument [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | unmodpg.cxx | 128 aVisibleLayers.Set(aBckgrnd, mbOldBckgrndVisible); in Undo() 129 aVisibleLayers.Set(aBckgrndObj, mbOldBckgrndObjsVisible); in Undo() 177 aVisibleLayers.Set(aBckgrnd, mbNewBckgrndVisible); in Redo() 178 aVisibleLayers.Set(aBckgrndObj, mbNewBckgrndObjsVisible); in Redo()
|
/aoo41x/main/svx/source/dialog/ |
H A D | ctredlin.src | 113 //QuickHelpText [ en-US ] = "Set Date/Time" ; 114 QuickHelpText [ en-US ] = "Set Start Date/Time" ; 170 //QuickHelpText [ en-US ] = "Set Date/Time" ; 171 QuickHelpText [ en-US ] = "Set End Date/Time" ; 230 QuickHelpText [ en-US ] = "Set Reference" ;
|