/aoo42x/main/editeng/source/uno/ |
H A D | unotext.cxx | 231 SvxUnoTextRangeBase* pRange; in ~check_me() 243 SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxItemPropertySet* _pSet ) throw() in SvxUnoTextRangeBase() function in SvxUnoTextRangeBase 272 SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxUnoTextRangeBase& rRange ) throw() in SvxUnoTextRangeBase() function in SvxUnoTextRangeBase 302 SvxUnoTextRangeBase::~SvxUnoTextRangeBase() throw() in ~SvxUnoTextRangeBase() 1537 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionStarts() 1538 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionStarts() 1561 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionEnds() 1562 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionEnds() 1706 : SvxUnoTextRangeBase( NULL ) in SvxUnoTextBase() 1712 : SvxUnoTextRangeBase( _pSet ) in SvxUnoTextBase() [all …]
|
H A D | unotext2.cxx | 123 : SvxUnoTextRangeBase(*getDummyText()) in SvxUnoTextContent() 132 : SvxUnoTextRangeBase(rText) in SvxUnoTextContent() 144 : SvxUnoTextRangeBase(rContent) in SvxUnoTextContent() 393 uno::Sequence< OUString > aSeq( SvxUnoTextRangeBase::getSupportedServiceNames() ); in getSupportedServiceNames() 497 : SvxUnoTextRangeBase(rText), in SvxUnoTextCursor() 503 : SvxUnoTextRangeBase(rCursor) in SvxUnoTextCursor() 642 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( xRange ); in gotoRange() 668 return SvxUnoTextRangeBase::getStart(); in getStart() 674 return SvxUnoTextRangeBase::getEnd(); in getEnd() 679 return SvxUnoTextRangeBase::getString(); in getString() [all …]
|
H A D | unoedsrc.cxx | 33 void SvxEditSource::addRange( SvxUnoTextRangeBase* ) in addRange() argument 39 void SvxEditSource::removeRange( SvxUnoTextRangeBase* ) in removeRange() argument
|
H A D | unopracc.cxx | 58 : SvxUnoTextRangeBase( pEditSrc, pPropSet ) in SvxAccessibleTextPropertySet() 158 return SvxUnoTextRangeBase::getSupportedServiceNames(); in getSupportedServiceNames()
|
H A D | unofield.cxx | 620 SvxUnoTextRangeBase* pRange = SvxUnoTextRange::getImplementation( xTextRange ); in attach()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 247 class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public ::com::sun::star::text::XTextRange, class 285 SvxUnoTextRangeBase( const SvxItemPropertySet* _pSet ) throw(); 287 SvxUnoTextRangeBase( const SvxUnoTextRangeBase& rRange ) throw(); 288 virtual ~SvxUnoTextRangeBase() throw(); 311 UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextRangeBase ) 360 class EDITENG_DLLPUBLIC SvxUnoTextRange : public SvxUnoTextRangeBase, 393 class EDITENG_DLLPUBLIC SvxUnoTextBase : public SvxUnoTextRangeBase, 519 class SvxUnoTextContent : public SvxUnoTextRangeBase, 539 using SvxUnoTextRangeBase::setPropertyValue; 540 using SvxUnoTextRangeBase::getPropertyValue; [all …]
|
H A D | unoedsrc.hxx | 57 class SvxUnoTextRangeBase; 59 typedef std::list< SvxUnoTextRangeBase* > SvxUnoTextRangeBaseList; 126 virtual void addRange( SvxUnoTextRangeBase* pNewRange ); 132 virtual void removeRange( SvxUnoTextRangeBase* pOldRange );
|
H A D | unopracc.hxx | 38 class SvxAccessibleTextPropertySet : public SvxUnoTextRangeBase,
|
/aoo42x/main/svx/source/table/ |
H A D | celleditsource.cxx | 145 void addRange( SvxUnoTextRangeBase* pNewRange ); 146 void removeRange( SvxUnoTextRangeBase* pOldRange ); 222 void CellEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange() 231 void CellEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange() 1024 void CellEditSource::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange() 1031 void CellEditSource::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange()
|
H A D | celleditsource.hxx | 60 virtual void addRange( SvxUnoTextRangeBase* pNewRange ); 61 virtual void removeRange( SvxUnoTextRangeBase* pOldRange );
|
H A D | cell.hxx | 197 using SvxUnoTextRangeBase::setPropertyValue; 198 using SvxUnoTextRangeBase::getPropertyValue;
|
H A D | cell.cxx | 1117 if( !SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pMap, rValue, aSet )) in setPropertyValue() 1212 if(!SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in getPropertyValue()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 468 SvxUnoTextRangeBase* pTextRange = in insertTextContent() 658 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getStart() 675 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getEnd() 762 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getStart() 779 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getEnd() 866 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getStart() 883 uno::Reference<text::XTextRange> xRange( static_cast<SvxUnoTextRangeBase*>(pNew) ); in getEnd()
|
H A D | shapeuno.cxx | 1167 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
|
H A D | cellsuno.cxx | 6365 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange() 6426 SvxUnoTextRangeBase* pTextRange = ScCellTextCursor::getImplementation( xRange ); in insertTextContent() 6430 pTextRange = SvxUnoTextRangeBase::getImplementation( xRange ); in insertTextContent()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 150 void addRange( SvxUnoTextRangeBase* pNewRange ); 151 void removeRange( SvxUnoTextRangeBase* pOldRange ); 265 void SvxTextEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange() 274 void SvxTextEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange() 1154 void SvxTextEditSource::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange() 1159 void SvxTextEditSource::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange()
|
H A D | unoshape.cxx | 1813 if( !SvxUnoTextRangeBase::SetPropertyValueHelper( *pSet, pMap, rVal, *pSet )) in _setPropertyValue() 1908 if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in _getPropertyValue()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unoshape.hxx | 502 using SvxUnoTextRangeBase::setPropertyValue; 503 using SvxUnoTextRangeBase::getPropertyValue; 611 using SvxUnoTextRangeBase::setPropertyValue; 612 using SvxUnoTextRangeBase::getPropertyValue; 641 using SvxUnoTextRangeBase::setPropertyValue; 642 using SvxUnoTextRangeBase::getPropertyValue; 667 using SvxUnoTextRangeBase::setPropertyValue; 668 using SvxUnoTextRangeBase::getPropertyValue; 830 using SvxUnoTextRangeBase::setPropertyValue; 831 using SvxUnoTextRangeBase::getPropertyValue;
|
H A D | unoshtxt.hxx | 68 virtual void addRange( SvxUnoTextRangeBase* pNewRange ); 69 virtual void removeRange( SvxUnoTextRangeBase* pOldRange );
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 677 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( xTextRange ); in GetSelection()
|
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 1165 else if(!SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pEntry, aValue, aSet )) in setPropertyValue() 1242 if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pEntry, aAny )) in getPropertyValue()
|