Home
last modified time | relevance | path

Searched refs:aProcessor (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java443 public void browseElementRecursively( XInterface xElement, IConfigurationProcessor aProcessor ) in browseElementRecursively() argument
452 aProcessor.processStructuralElement( sPath, xElement); in browseElementRecursively()
473 browseElementRecursively( xChildElement, aProcessor ); in browseElementRecursively()
485 aProcessor.processValueElement( sChildPath, aChild ); in browseElementRecursively()
495 public void browseConfiguration( String sRootPath, IConfigurationProcessor aProcessor ) in browseConfiguration() argument
502 browseElementRecursively( xViewRoot, aProcessor ); in browseConfiguration()
/aoo41x/main/sw/source/core/graphic/
H A Dndgrf.cxx403 … drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D aProcessor( aViewInformation2D ); in onGraphicChanged() local
405 aProcessor.process( aSequence ); in onGraphicChanged()
407 … const drawinglayer::primitive2d::ObjectInfoPrimitive2D* pResult = aProcessor.getResult(); in onGraphicChanged()
/aoo41x/main/svx/source/svdraw/
H A Dsvdograf.cxx372 … drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D aProcessor(aViewInformation2D); in onGraphicChanged() local
374 aProcessor.process(aSequence); in onGraphicChanged()
376 … const drawinglayer::primitive2d::ObjectInfoPrimitive2D* pResult = aProcessor.getResult(); in onGraphicChanged()

Completed in 57 milliseconds