Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XLayerManager.java62 public XLayer oL = null; field in _XLayerManager
70 oL = oObj.insertNewByIndex(0); in _insertNewByIndex()
71 tRes.tested("insertNewByIndex()", oL != null); in _insertNewByIndex()
95 oObj.attachShapeToLayer((XShape) oShape,oL); in _attachShapeToLayer()
113 XLayer Lay1 = oL; in _getLayerForShape()
148 oObj.remove(oL); in _remove()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java169 int oL = getOfficeLinguistic(); in startWizard() local
170 myConfig.cp_BusinessLetter.cp_Norm = oL; in startWizard()
171 myConfig.cp_PrivateOfficialLetter.cp_Norm = oL; in startWizard()
172 myConfig.cp_PrivateLetter.cp_Norm = oL; in startWizard()
976 int oL = 0; in getOfficeLinguistic() local
983 oL = i; in getOfficeLinguistic()
995 oL = i; in getOfficeLinguistic()
1001 return oL; in getOfficeLinguistic()

Completed in 28 milliseconds