Home
last modified time | relevance | path

Searched refs:GetToken (Results 126 – 150 of 331) sorted by relevance

12345678910>>...14

/aoo4110/main/sfx2/source/appl/
H A Dlnkbase2.cxx742 String sService( sNm.GetToken( 0, cTokenSeperator, nTokenPos ) ); in FindTopic()
750 String sTopic( sNm.GetToken( 0, cTokenSeperator, nTokenPos ) ); in FindTopic()
/aoo4110/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx302 String aAppFirstBasicDir = aAppBasicDir.GetToken(1); in impl_createApplicationBasicManager()
314 aAppBasic = INetURLObject( aAppBasicDir.GetToken(1) ); in impl_createApplicationBasicManager()
/aoo4110/main/cui/source/dialogs/
H A Dcuifmsearch.cxx281 m_lbField.InsertEntry(strVisibleFields.GetToken(i, ';')); in Init()
585 m_lbField.InsertEntry(fmscContext.sFieldDisplayNames.GetToken(i)); in InitContext()
590 m_lbField.InsertEntry(fmscContext.strUsedFields.GetToken(i)); in InitContext()
/aoo4110/main/formula/source/core/api/
H A DFormulaCompiler.cxx780 sal_Bool FormulaCompiler::GetToken() in GetToken() function in formula::FormulaCompiler
822 return GetToken(); in GetToken()
1210 GetToken(); in UnaryLine()
1680 if( !GetToken() ) in NextToken()
/aoo4110/main/sw/source/ui/fldui/
H A Dflddb.cxx180 if(sUserData.GetToken(0, ';').EqualsIgnoreCaseAscii(USER_DATA_VERSION_1)) in Reset()
182 String sVal = sUserData.GetToken(1, ';'); in Reset()
H A Dflddok.cxx184 if( sUserData.GetToken(0, ';').EqualsIgnoreCaseAscii(USER_DATA_VERSION_1 )) in Reset()
186 String sVal = sUserData.GetToken(1, ';'); in Reset()
/aoo4110/main/svx/source/gallery2/
H A Dgalmisc.cxx233 aReduced = aReduced.GetToken( aReduced.GetTokenCount( '/' ) - 1, '/' ); in GetReducedString()
264 aRet = String(rSvDrawObjURL.GetMainURL( INetURLObject::NO_DECODE )).GetToken( 2, '/' ); in GetSvDrawStreamNameFromURL()
/aoo4110/main/cui/source/tabpages/
H A Dlabdlg.cxx433 aLB_ANSATZ_REL.InsertEntry( aStrHorzList.GetToken(nIdx) ); in SetupAnsatz_Impl()
447 aLB_ANSATZ_REL.InsertEntry( aStrVertList.GetToken(nIdx) ); in SetupAnsatz_Impl()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1743 if( HTML_O_TYPE==pOption->GetToken() ) in NewStyle()
1748 !sType.GetToken(0,';').EqualsAscii(sCSS_mimetype); in NewStyle()
1838 switch( pOption->GetToken() ) in InsertLink()
1854 sType.GetToken(0,';').EqualsAscii(sCSS_mimetype) ) ) in InsertLink()
2256 sal_uInt16 nCntxtToken = aContexts[--nPos]->GetToken(); in PopContext()
H A Dhtmlctxt.cxx676 else if( pContext->GetToken() != HTML_TABLEHEADER_ON && in InsertAttrs()
677 pContext->GetToken() != HTML_TABLEDATA_ON ) in InsertAttrs()
H A Dhtmlgrin.cxx344 switch( pOption->GetToken() ) in InsertImage()
838 switch( pOption->GetToken() ) in InsertBodyOptions()
1073 switch( pOption->GetToken() ) in NewAnchor()
/aoo4110/main/sw/source/filter/xml/
H A Dxmltble.cxx1171 sCmd.GetToken(0, sfx2::cTokenSeperator) ); in ExportTable()
1173 sCmd.GetToken(1, sfx2::cTokenSeperator) ); in ExportTable()
1175 sCmd.GetToken(2, sfx2::cTokenSeperator) ); in ExportTable()
/aoo4110/main/svx/source/xml/
H A Dxmlgrhlp.cxx432 aURLStr = aURLStr.GetToken( aURLStr.GetTokenCount( ':' ) - 1, ':' ); in ImplGetStreamNames()
443 rPictureStorageName = aURLStr.GetToken( 0, '/' ); in ImplGetStreamNames()
449 rPictureStreamName = aURLStr.GetToken( 1, '/' ); in ImplGetStreamNames()
/aoo4110/main/unotools/source/config/
H A Dpathoptions.cxx944 aObj.insertName( aIniFile.GetToken( i, '/' ) ); in SearchFile()
995 String aPathToken = aPath.GetToken( 0, SEARCHPATH_DELIMITER, nIdx ); in SearchFile()
1018 aObj.insertName( aIniFile.GetToken( i, '/' ) ); in SearchFile()
/aoo4110/main/svtools/source/filter/
H A DFilterConfigItem.cxx61 aAny <<= (OUString)rTree.GetToken( i++, (sal_Unicode)'/' ); in ImpIsTreeAvailable()
93 String aNode( rTree.GetToken( i, (sal_Unicode)'/' ) ); in ImpIsTreeAvailable()
/aoo4110/main/sc/source/ui/docshell/
H A Darealink.cxx298 String aToken( aTempArea.GetToken( 0, ';', nStringIx ) ); in Refresh()
381 String aToken( aTempArea.GetToken( 0, ';', nStringIx ) ); in Refresh()
/aoo4110/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx540 String aMsg = aStrDelMsg.GetToken( 0, '#' ); in IMPL_LINK()
543 aMsg += aStrDelMsg.GetToken( 1, '#' ); in IMPL_LINK()
/aoo4110/main/basic/source/classes/
H A Deventatt.cxx224 ::rtl::OUString aFullLibName = aMacro.GetToken( 0, '.', nLast ); in firing_impl()
233 String aModul = aMacro.GetToken( 0, '.', nLast ); in firing_impl()
/aoo4110/main/sd/source/core/
H A Ddrawdoc3.cxx1281 ( rStreamInfo.maUserData.GetToken( 0, ':' ) == in GetDocumentStream()
1284 const String aPicturePath( rStreamInfo.maUserData.GetToken( 1, ':' ) ); in GetDocumentStream()
1289 const String aPictureStreamName( aPicturePath.GetToken( 1, '/' ) ); in GetDocumentStream()
1290 const String aPictureStorageName( aPicturePath.GetToken( 0, '/' ) ); in GetDocumentStream()
H A DCustomAnimationPreset.cxx222 aPropertyList.push_back( aProperties.GetToken( nToken ) ); in getProperties()
236 if( aProperties.GetToken( nToken ) == aProperty ) in hasProperty()
/aoo4110/main/vcl/unx/generic/printer/
H A Dppdparser.cxx598 aName = aCurLine.GetToken( 1, '"' ); in getPPDPrinterName()
602 aName = aCurLine.GetToken( 1, '"' ); in getPPDPrinterName()
922 ByteString aKey = GetCommandLineToken( 0, aCurrentLine.GetToken( 0, ':' ) ); in parse()
1188 ByteString aValue = WhitespaceToSpace( rLine.GetToken( 1, ':' ) ); in parseOpenUI()
1502 rYRes = rString.GetToken( 1, 'x' ).Erase( nDPIPos - nPos - 1 ).ToInt32(); in getResolutionFromString()
/aoo4110/main/tools/source/rc/
H A Disofallback.cxx55 rLanguage = rLanguage.GetToken( 0, '-'); in GetIsoFallback()
/aoo4110/main/starmath/inc/
H A Dnode.hxx175 const SmToken & GetToken() const { return aNodeToken; } in GetToken() function in SmNode
382 xub_Unicode cChar = GetToken().cMathChar; in SmMathSymbolNode()
/aoo4110/main/sw/source/core/layout/
H A Ddbg_lay.cxx344 ByteString aTmp = rLine.GetToken( 0, ']' ); in CheckLine()
384 ByteString aTok = rLine.GetToken( i, ' ' ); in CheckLine()
/aoo4110/main/svtools/source/control/
H A Dctrltool.cxx154 rStr = rStr.GetToken( 0, ':' ); in ImplMakeSearchStringFromName()
156 rStr = rStr.GetToken( 0, ';' ); in ImplMakeSearchStringFromName()

Completed in 386 milliseconds

12345678910>>...14