Home
last modified time | relevance | path

Searched refs:aTextPosition (Results 1 – 24 of 24) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx160 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 Dtextdecoratedprimitive2d.cxx49 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, rFont… in TextDecoratedPortionPrimitive2D()
H A Dtextprimitive2d.cxx231 xub_StrLen aTextPosition, in TextSimplePortionPrimitive2D() argument
240 maTextPosition(aTextPosition), in TextSimplePortionPrimitive2D()
/trunk/main/offapi/com/sun/star/text/
H A DXSimpleText.idl76 <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 Dtextdecoratedprimitive2d.hxx79 xub_StrLen aTextPosition,
95 xub_StrLen aTextPosition,
H A Dtextprimitive2d.hxx135 xub_StrLen aTextPosition,
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx134 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
138 return GetUnoText().createTextCursorByRange(aTextPosition); in createTextCursorByRange()
H A Dshapeuno.cxx1131 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
1135 if ( mxShapeAgg.is() && aTextPosition.is() ) in createTextCursorByRange()
1140 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
H A Dtextuno.cxx369 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
374 return pUnoText->createTextCursorByRange(aTextPosition); in createTextCursorByRange()
H A Dcellsuno.cxx6250 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
6256 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
6261 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange()
/trunk/main/sw/inc/
H A Dunoredline.hxx61 …ange(const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition);
129 …ange(const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition);
H A Dunoatxt.hxx232 …ange(const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition);
H A Dunoframe.hxx199 …ange(const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition);
H A Dunotbl.hxx147 …ange(const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition);
/trunk/main/sc/inc/
H A Dnotesuno.hxx66 ::com::sun::star::text::XTextRange >& aTextPosition );
H A Dshapeuno.hxx161 ::com::sun::star::text::XTextRange >& aTextPosition );
H A Dtextuno.hxx180 ::com::sun::star::text::XTextRange >& aTextPosition );
H A Dcellsuno.hxx737 ::com::sun::star::text::XTextRange >& aTextPosition );
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx958 const uno::Reference< text::XTextRange > & aTextPosition) in createTextCursorByRange()
962 return pBodyText->createTextCursorByRange ( aTextPosition ); in createTextCursorByRange()
/trunk/main/svx/source/table/
H A Dcell.cxx1681 …TextCursor > SAL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTextPosition ) in createTextCursorByRange() argument
1683 return SvxUnoTextBase::createTextCursorByRange( aTextPosition ); in createTextCursorByRange()
H A Dcell.hxx179 …nge( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition );
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1827 … SvxUnoTextBase::createTextCursorByRange( const uno::Reference< text::XTextRange >& aTextPosition ) in createTextCursorByRange() argument
1833 if( aTextPosition.is() ) in createTextCursorByRange()
1835 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx424 …nge( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition );
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx3229 … > SwXTextFrame::createTextCursorByRange(const uno::Reference< text::XTextRange > & aTextPosition) in createTextCursorByRange() argument
3235 if (pFmt && ::sw::XTextRangeToSwPaM(aPam, aTextPosition)) in createTextCursorByRange()