Home
last modified time | relevance | path

Searched refs:SwXTextSections (Results 1 – 10 of 10) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextSections.csv1 "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()"
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx1178 OUString SwXTextSections::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
1196 SwXTextSections::SwXTextSections(SwDoc* _pDoc) : in SwXTextSections() function in SwXTextSections
1201 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 …]
H A Dunoredline.cxx524 xRet = SwXTextSections::GetObject( *pSectNode->GetSection().GetFmt() ); in getPropertyValue()
H A Dunocrsrhelper.cxx436 … uno::Reference< XTextSection > xSect = SwXTextSections::GetObject( *pSect->GetFmt() ); in getCrsrPropertyValue()
H A Dunotbl.cxx1097 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()
3362 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()
/trunk/main/sw/inc/
H A Dunocoll.hxx418 class SwXTextSections : public SwCollectionBaseClass, class
422 virtual ~SwXTextSections();
424 SwXTextSections(SwDoc* pDoc);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextSections.java50 public class SwXTextSections extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce96 -o sw.SwXTextSections
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst241 job243=sw.SwXTextSections
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1402 *pxXTextSections = new SwXTextSections(pDocShell->GetDoc()); in getTextSections()
1629 ((SwXTextSections*)pSect)->Invalidate(); in InitNewDoc()

Completed in 84 milliseconds