Home
last modified time | relevance | path

Searched refs:IsTextPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx587 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() function in Outliner
589 return IsTextPos( rPaperPos, nBorder, NULL ); in IsTextPos()
592 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBullet ) in IsTextPos() function in Outliner
597 sal_Bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
H A Doutlvw.cxx295 if ( pOwner->IsTextPos( aPaperPos, 0, &bBullet ) ) in ImpCheckMousePos()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx1037 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder = 0 );
1038 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBuuletPos );
H A Dediteng.hxx303 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder = 0 );
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1205 bOk = pTextEditOutliner->IsTextPos( aPnt, (sal_uInt16)nHitTol ); in IsTextEditHit()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1907 sal_Bool EditEngine::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() function in EditEngine

Completed in 74 milliseconds