Home
last modified time | relevance | path

Searched refs:aScanner (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx932 SwScanner aScanner( *this, m_Text, 0, 0, in Spell() local
937 const XubString& rWord = aScanner.GetWord(); in Spell()
953 if( IsSymbol( aScanner.GetBegin() ) ) in Spell()
1245 while( aScanner.NextWord() ) in _AutoSpell()
1248 nBegin = aScanner.GetBegin(); in _AutoSpell()
1249 xub_StrLen nLen = aScanner.GetLen(); in _AutoSpell()
1488 while( aScanner.NextWord() ) in CollectAutoCmplWrds()
1490 nBegin = aScanner.GetBegin(); in CollectAutoCmplWrds()
1491 nLen = aScanner.GetLen(); in CollectAutoCmplWrds()
1494 const XubString& rWord = aScanner.GetWord(); in CollectAutoCmplWrds()
[all …]
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1118 SwScanner aScanner( rNode, rNode.GetTxt(), 0, 0, in InitScriptInfo() local
1123 while ( aScanner.NextWord() ) in InitScriptInfo()
1125 const XubString& rWord = aScanner.GetWord(); in InitScriptInfo()
1149 nKashidaPos = aScanner.GetBegin() + nIdx; in InitScriptInfo()
1160 nKashidaPos = aScanner.GetBegin() + nIdx; in InitScriptInfo()
1178 nKashidaPos = aScanner.GetBegin() + nIdx - 1; in InitScriptInfo()
1198 nKashidaPos = aScanner.GetBegin() + nIdx - 1; in InitScriptInfo()
1218 nKashidaPos = aScanner.GetBegin() + nIdx - 1; in InitScriptInfo()
1240 nKashidaPos = aScanner.GetBegin() + nIdx - 1; in InitScriptInfo()
1260 nKashidaPos = aScanner.GetBegin() + nIdx - 1; in InitScriptInfo()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java35 final XMLScanner aScanner, in DocumentTokenFormatter() argument
38 maScanner = aScanner; in DocumentTokenFormatter()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx868 TemplateScanner aScanner; in ProvideTemplates() local
869 aScanner.Scan (); in ProvideTemplates()
870 TemplateScanDone (aScanner.GetFolderList()); in ProvideTemplates()

Completed in 41 milliseconds