| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | dbadminsetup.src | 69 Text[ en-US ] = "Set up dBASE connection" ; 75 Text[ en-US ] = "Set up a connection to text files" ; 81 Text[ en-US ] = "Set up Microsoft Access 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" ; 106 Text[ en-US ] = "Set up Oracle database connection" ; 111 Text[ en-US ] = "Set up MySQL connection" ; 116 Text[ en-US ] = "Set up ODBC connection" ; [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 | 261 inline void Set( long nY, long nX, sal_uInt8 cVal ); 298 inline void ImplVectMap::Set( long nY, long nX, sal_uInt8 cVal ) in Set() function in ImplVectMap 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() [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 | 2952 void SAL_CALL osl_destroySocketSet(oslSocketSet Set) in osl_destroySocketSet() argument 2954 if(Set) in osl_destroySocketSet() 2955 free(Set); in osl_destroySocketSet() 2961 void SAL_CALL osl_clearSocketSet(oslSocketSet Set) in osl_clearSocketSet() argument 2964 OSL_ASSERT(Set); in osl_clearSocketSet() 2965 if ( Set == 0 ) in osl_clearSocketSet() 2970 pSet= (TSocketSetImpl*)Set; in osl_clearSocketSet() 2979 void SAL_CALL osl_addToSocketSet(oslSocketSet Set, oslSocket pSocket) in osl_addToSocketSet() argument 2983 OSL_ASSERT(Set); in osl_addToSocketSet() 2986 if ( Set == 0 || pSocket == 0) in osl_addToSocketSet() [all …]
|
| /AOO41X/main/sal/osl/unx/ |
| H A D | socket.c | 2922 void SAL_CALL osl_destroySocketSet(oslSocketSet Set) in osl_destroySocketSet() argument 2924 if(Set) in osl_destroySocketSet() 2925 free(Set); in osl_destroySocketSet() 2931 void SAL_CALL osl_clearSocketSet(oslSocketSet Set) in osl_clearSocketSet() argument 2934 OSL_ASSERT(Set); in osl_clearSocketSet() 2935 if ( Set == 0 ) in osl_clearSocketSet() 2940 pSet= (TSocketSetImpl*)Set; in osl_clearSocketSet() 2949 void SAL_CALL osl_addToSocketSet(oslSocketSet Set, oslSocket pSocket) in osl_addToSocketSet() argument 2953 OSL_ASSERT(Set); in osl_addToSocketSet() 2956 if ( Set == 0 || pSocket == 0) in osl_addToSocketSet() [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/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 190 + _sehandler.Set(_sejmpbuf, &hRes, reinterpret_cast<__SEHandler::PF>(EXCEPTI… 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); 375 + _sehandler.Set(_sejmpbuf, NULL, atlmoduleinitfilter); 389 + _sehandler.Set(_sejmpbuf, NULL, atlmoduleinitfilter); 426 + _sehandler.Set(_sejmpbuf, &pM->m_csObjMap, EXCEPTION_CONTI… 481 + _sehandler.Set(_sejmpbuf, p, EXCEPTION_CONTINUE_SEARCH, NULL, _CacheFinal)… [all …]
|
| /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/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/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/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/sc/source/filter/excel/ |
| H A D | xlroot.cxx | 123 case EXC_BIFF2: maXclMaxPos.Set( EXC_MAXCOL2, EXC_MAXROW2, EXC_MAXTAB2 ); break; in XclRootData() 124 case EXC_BIFF3: maXclMaxPos.Set( EXC_MAXCOL3, EXC_MAXROW3, EXC_MAXTAB3 ); break; in XclRootData() 125 case EXC_BIFF4: maXclMaxPos.Set( EXC_MAXCOL4, EXC_MAXROW4, EXC_MAXTAB4 ); break; in XclRootData() 126 case EXC_BIFF5: maXclMaxPos.Set( EXC_MAXCOL5, EXC_MAXROW5, EXC_MAXTAB5 ); break; in XclRootData() 127 case EXC_BIFF8: maXclMaxPos.Set( EXC_MAXCOL8, EXC_MAXROW8, EXC_MAXTAB8 ); break; in XclRootData()
|