Searched refs:rApp (Results 1 – 4 of 4) sorted by relevance
99 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in CreateContext() local101 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()
369 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in StartElement() local372 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()
408 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in EndElement() local410 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()
3673 const String& rApp = rPar.Get(1)->GetString(); in RTLFUNC() local3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
Completed in 73 milliseconds