Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/script/
H A DXMLStarBasicContextFactory.cxx99 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in CreateContext() local
101 if( sMacroNameVal.getLength() > rApp.getLength()+1 && in CreateContext()
102 sMacroNameVal.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in CreateContext()
103 ':' == sMacroNameVal[rApp.getLength()] ) in CreateContext()
106 sMacroNameVal = sMacroNameVal.copy( rApp.getLength()+1 ); in CreateContext()
/trunk/main/xmloff/source/transform/
H A DEventOASISTContext.cxx369 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in StartElement() local
372 if( rAttrValue.getLength() > rApp.getLength()+1 && in StartElement()
373 rAttrValue.copy(0,rApp.getLength()). in StartElement()
374 equalsIgnoreAsciiCase( rApp ) && in StartElement()
375 ':' == rAttrValue[rApp.getLength()] ) in StartElement()
377 aLocation = rApp; in StartElement()
378 aAttrValue = rAttrValue.copy( rApp.getLength()+1 ); in StartElement()
/trunk/main/xmloff/source/draw/
H A Deventimp.cxx408 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in EndElement() local
410 if( msMacroName.getLength() > rApp.getLength()+1 && in EndElement()
411 msMacroName.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in EndElement()
412 ':' == msMacroName[rApp.getLength()] ) in EndElement()
415 msMacroName = msMacroName.copy( rApp.getLength()+1 ); in EndElement()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3673 const String& rApp = rPar.Get(1)->GetString(); in RTLFUNC() local
3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()

Completed in 47 milliseconds