Home
last modified time | relevance | path

Searched defs:xCurrentText (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx38 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isHeader()
69 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isFirstPageHeader()
81 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isEvenPagesHeader()
97 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isFooter()
128 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isFirstPageFooter()
139 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isEvenPagesFooter()
155 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isPrimaryHeader()
164 …XModel >& xModel, const uno::Reference< text::XText >& xCurrentText ) throw (uno::RuntimeException) in isPrimaryFooter()
H A Dvbaview.cxx75 uno::Reference< text::XText > xCurrentText = mxViewCursor->getText(); in getSeekView() local
H A Dvbaselection.cxx607 uno::Reference< text::XText > xCurrentText = word::getXTextViewCursor( mxModel )->getText(); in getHeaderFooter() local