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()"
1178 OUString SwXTextSections::getImplementationName(void) throw( RuntimeException ) in getImplementationName()1196 SwXTextSections::SwXTextSections(SwDoc* _pDoc) : in SwXTextSections() function in SwXTextSections1201 SwXTextSections::~SwXTextSections() in ~SwXTextSections()1205 sal_Int32 SwXTextSections::getCount(void) throw( uno::RuntimeException ) in getCount()1220 uno::Any SwXTextSections::getByIndex(sal_Int32 nIndex) in getByIndex()1253 uno::Any SwXTextSections::getByName(const OUString& Name) in getByName()1282 uno::Sequence< OUString > SwXTextSections::getElementNames(void) in getElementNames()1315 sal_Bool SwXTextSections::hasByName(const OUString& Name) in hasByName()1343 uno::Type SAL_CALL SwXTextSections::getElementType() throw(uno::RuntimeException) in getElementType()1348 sal_Bool SwXTextSections::hasElements(void) throw( uno::RuntimeException ) in hasElements()[all …]
524 xRet = SwXTextSections::GetObject( *pSectNode->GetSection().GetFmt() ); in getPropertyValue()
436 … uno::Reference< XTextSection > xSect = SwXTextSections::GetObject( *pSect->GetFmt() ); in getCrsrPropertyValue()
1097 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()3362 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
241 job243=sw.SwXTextSections
1402 *pxXTextSections = new SwXTextSections(pDocShell->GetDoc()); in getTextSections()1629 ((SwXTextSections*)pSect)->Invalidate(); in InitNewDoc()
Completed in 94 milliseconds