Home
last modified time | relevance | path

Searched refs:sPath_ (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/autodoc/source/display/html/
H A Doutfile.cxx237 static StreamStr sPath_(1000); in SetLocation() local
238 sPath_.seekp(0); in SetLocation()
239 i_rFilePath.Get( sPath_ ); in SetLocation()
241 sFilePath = sPath_.c_str(); in SetLocation()
/aoo41x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java437 public abstract void processValueElement( String sPath_, Object aValue_ ); in processValueElement() argument
439 public abstract void processStructuralElement( String sPath_, XInterface xElement_); in processStructuralElement() argument
526 public void processValueElement( String sPath_, Object aValue_ ) { in printRegisteredFilters()
531 System.out.print("\tValue: " + sPath_ + " = { "); in printRegisteredFilters()
540 System.out.println("\tValue: " + sPath_ + " = " + aValue_); in printRegisteredFilters()
544 public void processStructuralElement( String sPath_, XInterface xElement_) { in printRegisteredFilters()
552 System.out.println("Filter " + xNamed.getName() + " (" + sPath_ + ")"); in printRegisteredFilters()

Completed in 30 milliseconds