Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/fldui/
H A Dfldmgr.cxx644 if(xNumberingInfo.is()) in GetFormatCount()
646 Sequence<sal_Int16> aTypes = xNumberingInfo->getSupportedNumberingTypes(); in GetFormatCount()
693 if(xNumberingInfo.is()) in GetFormatStr()
695 Sequence<sal_Int16> aTypes = xNumberingInfo->getSupportedNumberingTypes(); in GetFormatStr()
706 aRet = xNumberingInfo->getNumberingIdentifier( pTypes[nType] ); in GetFormatStr()
763 else if(xNumberingInfo.is()) in GetFormatId()
765 Sequence<sal_Int16> aTypes = xNumberingInfo->getSupportedNumberingTypes(); in GetFormatId()
1824 if(!xNumberingInfo.is()) in GetNumberingInfo()
1832 ((SwFldMgr*)this)->xNumberingInfo = Reference<XNumberingTypeInfo>(xDefNum, UNO_QUERY); in GetNumberingInfo()
1834 return xNumberingInfo; in GetNumberingInfo()
/aoo42x/main/sw/source/ui/inc/
H A Dfldmgr.hxx130 com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> xNumberingInfo; member in SwFldMgr

Completed in 29 milliseconds