/trunk/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 160 Point aTextPosition; member in PictReader 703 pVirDev->DrawText( Point( aTextPosition.X(), aTextPosition.Y() ), aString ); in ReadAndDrawText() 1466 aTextPosition=ReadPoint(); in ReadData() 1471 aTextPosition=ReadUnsignedDeltaH(aTextPosition); in ReadData() 1476 aTextPosition=ReadUnsignedDeltaV(aTextPosition); in ReadData() 1481 aTextPosition=ReadUnsignedDeltaH(aTextPosition); in ReadData() 1482 aTextPosition=ReadUnsignedDeltaV(aTextPosition); in ReadData() 1822 aTextPosition=aPenPosition; in ReadPict()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | textdecoratedprimitive2d.cxx | 49 xub_StrLen aTextPosition, in impCreateGeometryContent() argument 59 aTextPosition, in impCreateGeometryContent() 89 fTextWidth = aTextLayouter.getTextWidth(rText, aTextPosition, aTextLength); in impCreateGeometryContent() 321 xub_StrLen aTextPosition, in TextDecoratedPortionPrimitive2D() argument 341 …: TextSimplePortionPrimitive2D(rNewTransform, rText, aTextPosition, aTextLength, rDXArray, rFontAt… in TextDecoratedPortionPrimitive2D()
|
H A D | textprimitive2d.cxx | 231 xub_StrLen aTextPosition, in TextSimplePortionPrimitive2D() argument 240 maTextPosition(aTextPosition), in TextSimplePortionPrimitive2D()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XSimpleText.idl | 76 <p>The initial position is set to <var>aTextPosition</var>. 78 @param aTextPosition 84 …:text::XTextCursor createTextCursorByRange( [in] com::sun::star::text::XTextRange aTextPosition );
|
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textdecoratedprimitive2d.hxx | 79 xub_StrLen aTextPosition, 95 xub_StrLen aTextPosition,
|
H A D | textprimitive2d.hxx | 135 xub_StrLen aTextPosition,
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 136 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument 141 return GetUnoText().createTextCursorByRange(aTextPosition); in createTextCursorByRange()
|
H A D | shapeuno.cxx | 1157 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument 1162 if ( mxShapeAgg.is() && aTextPosition.is() ) in createTextCursorByRange() 1167 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
|
H A D | textuno.cxx | 373 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument 379 return pUnoText->createTextCursorByRange(aTextPosition); in createTextCursorByRange()
|
H A D | cellsuno.cxx | 6358 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument 6365 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange() 6370 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange()
|
/trunk/main/sw/inc/ |
H A D | unoredline.hxx | 61 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:… 129 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
|
H A D | unoatxt.hxx | 232 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
|
H A D | unoframe.hxx | 200 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
|
H A D | unotbl.hxx | 148 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
|
/trunk/main/sc/inc/ |
H A D | notesuno.hxx | 68 ::com::sun::star::text::XTextRange >& aTextPosition )
|
H A D | shapeuno.hxx | 200 ::com::sun::star::text::XTextRange >& aTextPosition )
|
H A D | textuno.hxx | 188 ::com::sun::star::text::XTextRange >& aTextPosition )
|
H A D | cellsuno.hxx | 894 ::com::sun::star::text::XTextRange >& aTextPosition )
|
/trunk/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 980 const uno::Reference< text::XTextRange > & aTextPosition) throw( uno::RuntimeException ) in createTextCursorByRange() 984 return pBodyText->createTextCursorByRange ( aTextPosition ); in createTextCursorByRange()
|
/trunk/main/svx/source/table/ |
H A D | cell.cxx | 1681 …AL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTextPosition ) throw (Runti… in createTextCursorByRange() argument 1683 return SvxUnoTextBase::createTextCursorByRange( aTextPosition ); in createTextCursorByRange()
|
H A D | cell.hxx | 179 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition ) throw (::com…
|
/trunk/main/editeng/source/uno/ |
H A D | unotext.cxx | 1858 … SvxUnoTextBase::createTextCursorByRange( const uno::Reference< text::XTextRange >& aTextPosition ) in createTextCursorByRange() argument 1865 if( aTextPosition.is() ) in createTextCursorByRange() 1867 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 3244 …e::createTextCursorByRange(const uno::Reference< text::XTextRange > & aTextPosition) throw( uno::R… in createTextCursorByRange() argument 3250 if (pFmt && ::sw::XTextRangeToSwPaM(aPam, aTextPosition)) in createTextCursorByRange()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 424 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition ) throw(::com:…
|