Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java61 TextSectionHandler mySectionHandler = new TextSectionHandler(xMSF, xTextDocument); in switchElement() local
62 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()
132 TextSectionHandler mySectionHandler = new TextSectionHandler(xMSF, xTextDocument); in hasElement() local
133 return mySectionHandler.hasTextSectionByName(sElement); in hasElement()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java66 TextSectionHandler mySectionHandler = new TextSectionHandler(xMSF, xTextDocument); in switchElement() local
67 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()

Completed in 11 milliseconds