Home
last modified time | relevance | path

Searched refs:SwXFootnoteProperties (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXFootnoteProperties.csv1 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"CharStyleName"
2 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"NumberingType"
3 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"PageStyleName"
4 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"ParaStyleName"
5 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"Prefix"
6 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"StartAt"
7 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"Suffix"
8 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"BeginNotice#optional"
9 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"EndNotice#optional"
10 "SwXFootnoteProperties";"com::sun::star::text::FootnoteSettings";"FootnoteCounting#optional"
[all …]
/AOO42X/main/sw/source/core/unocore/
H A Dunosett.cxx305 OUString SwXFootnoteProperties::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
312 sal_Bool SwXFootnoteProperties::supportsService(const OUString& rServiceName) throw( RuntimeExcepti… in supportsService()
319 Sequence< OUString > SwXFootnoteProperties::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
329 SwXFootnoteProperties::SwXFootnoteProperties(SwDoc* pDc) : in SwXFootnoteProperties() function in SwXFootnoteProperties
337 SwXFootnoteProperties::~SwXFootnoteProperties() in ~SwXFootnoteProperties()
344 uno::Reference< beans::XPropertySetInfo > SwXFootnoteProperties::getPropertySetInfo(void) in getPropertySetInfo()
353 void SwXFootnoteProperties::setPropertyValue(const OUString& rPropertyName, const uno::Any& aValue) in setPropertyValue()
477 uno::Any SwXFootnoteProperties::getPropertyValue(const OUString& rPropertyName) in getPropertyValue()
600 void SwXFootnoteProperties::addPropertyChangeListener( in addPropertyChangeListener()
609 void SwXFootnoteProperties::removePropertyChangeListener( in removePropertyChangeListener()
[all …]
/AOO42X/main/sw/inc/
H A Dunosett.hxx52 class SwXFootnoteProperties : public cppu::WeakAggImplHelper2 class
61 virtual ~SwXFootnoteProperties();
63 SwXFootnoteProperties(SwDoc* pDoc);
/AOO42X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXFootnoteProperties.java56 public class SwXFootnoteProperties extends TestCase { class
/AOO42X/main/sw/qa/unoapi/
H A Dsw.sce55 -o sw.SwXFootnoteProperties
/AOO42X/main/framework/qa/complex/api_internal/
H A Dapi.lst211 job213=sw.SwXFootnoteProperties
/AOO42X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx724 *pxXFootnoteSettings = new SwXFootnoteProperties(pDocShell->GetDoc()); in getFootnoteSettings()
1712 ((SwXFootnoteProperties*)pFntSet)->Invalidate(); in InitNewDoc()