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, rFontAt… 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.cxx136 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
141 return GetUnoText().createTextCursorByRange(aTextPosition); in createTextCursorByRange()
H A Dshapeuno.cxx1157 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 Dtextuno.cxx373 const uno::Reference<text::XTextRange>& aTextPosition ) in createTextCursorByRange() argument
379 return pUnoText->createTextCursorByRange(aTextPosition); in createTextCursorByRange()
H A Dcellsuno.cxx6358 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 Dunoredline.hxx61 …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 Dunoatxt.hxx232 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
H A Dunoframe.hxx200 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
H A Dunotbl.hxx148 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & aTextPosition) throw( ::com:…
/trunk/main/sc/inc/
H A Dnotesuno.hxx68 ::com::sun::star::text::XTextRange >& aTextPosition )
H A Dshapeuno.hxx200 ::com::sun::star::text::XTextRange >& aTextPosition )
H A Dtextuno.hxx188 ::com::sun::star::text::XTextRange >& aTextPosition )
H A Dcellsuno.hxx894 ::com::sun::star::text::XTextRange >& aTextPosition )
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx980 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 Dcell.cxx1681 …AL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTextPosition ) throw (Runti… in createTextCursorByRange() argument
1683 return SvxUnoTextBase::createTextCursorByRange( aTextPosition ); in createTextCursorByRange()
H A Dcell.hxx179 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition ) throw (::com…
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1858 … 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 Dunoframe.cxx3244 …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 Dunotext.hxx424 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& aTextPosition ) throw(::com:…

Completed in 232 milliseconds