Searched refs:SwXTextSections (Results 1 – 10 of 10) sorted by relevance
1 "SwXTextSections";"com::sun::star::container::XNameAccess";"getByName()"2 "SwXTextSections";"com::sun::star::container::XNameAccess";"getElementNames()"3 "SwXTextSections";"com::sun::star::container::XNameAccess";"hasByName()"4 "SwXTextSections";"com::sun::star::container::XIndexAccess";"getCount()"5 "SwXTextSections";"com::sun::star::container::XIndexAccess";"getByIndex()"6 "SwXTextSections";"com::sun::star::container::XElementAccess";"getElementType()"7 "SwXTextSections";"com::sun::star::container::XElementAccess";"hasElements()"
1169 OUString SwXTextSections::getImplementationName(void) in getImplementationName()1174 sal_Bool SwXTextSections::supportsService(const OUString& rServiceName) in supportsService()1179 Sequence< OUString > SwXTextSections::getSupportedServiceNames(void) in getSupportedServiceNames()1187 SwXTextSections::SwXTextSections(SwDoc* _pDoc) : in SwXTextSections() function in SwXTextSections1192 SwXTextSections::~SwXTextSections() in ~SwXTextSections()1196 sal_Int32 SwXTextSections::getCount(void) in getCount()1211 uno::Any SwXTextSections::getByIndex(sal_Int32 nIndex) in getByIndex()1243 uno::Any SwXTextSections::getByName(const OUString& Name) in getByName()1271 uno::Sequence< OUString > SwXTextSections::getElementNames(void) in getElementNames()1303 sal_Bool SwXTextSections::hasByName(const OUString& Name) in hasByName()[all …]
514 xRet = SwXTextSections::GetObject( *pSectNode->GetSection().GetFmt() ); in getPropertyValue()
436 … uno::Reference< XTextSection > xSect = SwXTextSections::GetObject( *pSect->GetFmt() ); in getCrsrPropertyValue()
1091 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()3329 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()
418 class SwXTextSections : public SwCollectionBaseClass, class422 virtual ~SwXTextSections();424 SwXTextSections(SwDoc* pDoc);
50 public class SwXTextSections extends TestCase { class
96 -o sw.SwXTextSections
236 job237=sw.SwXTextSections
1386 *pxXTextSections = new SwXTextSections(pDocShell->GetDoc()); in getTextSections()1612 ((SwXTextSections*)pSect)->Invalidate(); in InitNewDoc()