Home
last modified time | relevance | path

Searched refs:GetToken (Results 251 – 275 of 331) sorted by relevance

1...<<11121314

/aoo4110/main/sw/source/ui/index/
H A Dcntex.cxx284 pArr[nStyle] = sLevel.GetToken(nStyle, TOX_STYLE_DELIMITER); in CreateOrUpdateExample()
/aoo4110/main/svx/source/form/
H A Dfmobj.cxx485 sal_uInt16 nIndex = (sal_uInt16)sAccessPath.GetToken(i, '\\').ToInt32(); in ensureModelEnv()
/aoo4110/main/svtools/source/config/
H A Dprintoptions.cxx194 sTmp = sTmp.GetToken(nTokenCount - 1, '/'); in SvtPrintOptions_Impl()
/aoo4110/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx75 aSplits.Insert( sSplits.GetToken(i).ToInt32() ); in load_FixedWidthList()
/aoo4110/main/padmin/source/
H A Dcmddlg.cxx542 String aString( m_aConnectedTo.GetText().GetToken( 0, ':' ) ); in ConnectCommand()
/aoo4110/main/cui/source/options/
H A Doptgenrl.cxx216 sName = sText.GetToken( nIndex, '/' ); in SvxGeneralTabPage()
/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx1797 sal_uInt32 nTime = aValue.GetToken( 0, ';' ).ToInt32() ; in SetAttribute()
1798 String aURL = aValue.GetToken( 1, ';' ); in SetAttribute()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx874 pStr = &(sStr = sParam1.GetToken(nPart, sfx2::cTokenSeperator)); in SV_IMPL_PTRARR()
2548 rTypeName = rName.GetToken( 0, '.', nFound ); in lcl_GetIdByName()
2557 String sFldTypName( rName.GetToken( 1, '.' )); in lcl_GetIdByName()
/aoo4110/main/sw/source/core/fields/
H A Dauthfld.cxx166 rFieldContents.GetToken( i, TOX_STYLE_DELIMITER )); in AddField()
/aoo4110/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx713 String sTemplatePath( aDirs.GetToken( i, ';' ) ); in readCurrentState()
/aoo4110/main/sc/source/core/tool/
H A Drangelst.cxx81 aOne = rStr.GetToken( i, cDelimiter ); in Parse()
/aoo4110/main/sc/source/ui/view/
H A Dviewfun5.cxx680 String aLine = aDataStr.GetToken( 0, '\n' ); in PasteDDE()
/aoo4110/main/extensions/source/bibliography/
H A Dbibload.cxx263 String aPartName = aURLStr.GetToken( 1, '/' ); in load()
/aoo4110/main/editeng/source/misc/
H A Dacorrcfg.cxx65 *pS = sAutoPath.GetToken( n, ';' ); in SvxAutoCorrCfg()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx724 sDefaultName = sDefaultName.GetToken( 0, ' ' ); in paste()
H A DAppControllerGen.cxx153 aName = aName.GetToken(0,' '); in convertToView()
/aoo4110/main/svtools/source/filter/
H A Dfilter.cxx1737 pFilter = rCache.GetFilter( aFilterPath.GetToken(i), aFilterName ); in ImportGraphic()
2121 String aPhysicalName( ImpCreateFullFilterPath( aFilterPath.GetToken( i ), aFilterName ) ); in ExportGraphic()
/aoo4110/main/sw/source/filter/basflt/
H A Dfltini.cxx899 if( 0 != (sToken = rStr.GetToken( 0, ',', nToken )).Len() ) in ReadUserData()
/aoo4110/main/sw/source/filter/html/
H A Dhtmldraw.cxx297 switch( pOption->GetToken() ) in NewMarquee()
/aoo4110/main/svx/source/dialog/
H A Dhyprlink.cxx600 sURL += sText.GetToken(i, cToken); in IMPL_LINK()
/aoo4110/main/sfx2/source/appl/
H A Dsfxhelp.cxx368 String sURL = sModule.GetToken( 2, '\t' ); in Load()
/aoo4110/main/l10ntools/source/
H A Dhelpmerge.cxx577 sCreateDir += sTPath.GetToken( i , '/' ); in MakeDir()
/aoo4110/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx944 nVersionMajor = aMetaVersion.GetToken( 0, '.' ).ToInt32(); in getNetWmName()
945 nVersionMinor = aMetaVersion.GetToken( 1, '.' ).ToInt32(); in getNetWmName()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh4.cxx251 String aMessage = aTemplate.GetToken( 0, '#' ); in Execute()
253 aMessage += aTemplate.GetToken( 1, '#' ); in Execute()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1024 aWorkStr += String::CreateFromAscii( ";ASC;DESC" ).GetToken( (sal_uInt16)eOrder ); in GenerateOrder()
2346 aInfo->SetFunction(aCol.GetToken(0,'(').EraseTrailingChars(' ')); in InstallFields()
3139 sFunction = sFunction.GetToken(0,'('); // this should be the name of the function in getPredicateTreeFromEntry()

Completed in 200 milliseconds

1...<<11121314