Home
last modified time | relevance | path

Searched refs:SwVbaRange (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbarange.cxx57 SwVbaRange::~SwVbaRange() in ~SwVbaRange()
78 SwVbaRange::getXTextRange() throw (uno::RuntimeException) in getXTextRange()
96 SwVbaRange::getText() throw ( uno::RuntimeException ) in getText()
185 SwVbaRange::Select() throw ( uno::RuntimeException ) in Select()
194 SwVbaRange::InsertParagraph() throw ( uno::RuntimeException ) in InsertParagraph()
216 SwVbaRange::getParagraphFormat() throw ( uno::RuntimeException ) in getParagraphFormat()
229 SwVbaRange::getStyle() throw ( uno::RuntimeException ) in getStyle()
260 SwVbaRange::getFont() throw ( uno::RuntimeException ) in getFont()
279 SwVbaRange::PageSetup( ) throw (uno::RuntimeException) in PageSetup()
324 SwVbaRange::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbarange.hxx37 class SwVbaRange : public SwVbaRange_BASE class
48SwVbaRange( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refe…
49SwVbaRange( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refe…
50SwVbaRange( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refe…
51 virtual ~SwVbaRange();
H A Dvbaautotextentry.cxx42 SwVbaRange* pWhere = dynamic_cast<SwVbaRange*>( _where.get() ); in Insert()
H A Dvbatables.cxx86 SwVbaRange* pVbaRange = dynamic_cast< SwVbaRange* >( Range.get() ); in Add()
H A Dvbabookmarks.cxx163 SwVbaRange* pRange = dynamic_cast< SwVbaRange* >( xRange.get() ); in Add()
H A Dvbadocument.cxx77 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in getContent()
121 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in Range()
H A Dvbafield.cxx379 SwVbaRange* pVbaRange = dynamic_cast< SwVbaRange* >( Range.get() ); in Add()
H A Dvbaheaderfooter.cxx74 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xText->getStart… in getRange()
H A Dvbabookmark.cxx84 …return uno::makeAny( uno::Reference< word::XRange>( new SwVbaRange( this, mxContext, xTextDocumen… in Range()
H A Dvbatable.cxx45 return new SwVbaRange( mxParent, mxContext, mxTextDocument, mxTextTable->getAnchor() ); in Range()
H A Dvbaparagraph.cxx44 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, mxTextRang… in getRange()
H A Dvbaselection.cxx93 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xTextRange->get… in getRange()

Completed in 46 milliseconds