Home
last modified time | relevance | path

Searched refs:bTail (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx455 sal_Bool bTail; in SolveSolver() local
458 bTail = sal_True; in SolveSolver()
465 bTail = sal_False; in SolveSolver()
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx308 Point GetTailPoint( sal_Bool bTail ) const;
309 void SetTailPoint( sal_Bool bTail, const Point& rPt );
310 void setGluePointIndex( sal_Bool bTail, sal_Int32 nId = -1 );
311 sal_Int32 getGluePointIndex( sal_Bool bTail );
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx198 sal_Bool bTail=eDragHdl==HDL_POLY; // Schwanz wird gedraggt (nicht so ganz feine Abfrage hier) in TakeDragObjAnchorPos() local
200 if (!bTail) in TakeDragObjAnchorPos()
H A Dsvdoedge.cxx2476 Point SdrEdgeObj::GetTailPoint( sal_Bool bTail ) const in GetTailPoint()
2481 if(bTail) in GetTailPoint()
2493 if(bTail) in GetTailPoint()
2501 void SdrEdgeObj::SetTailPoint( sal_Bool bTail, const Point& rPt ) in SetTailPoint() argument
2503 ImpSetTailPoint( bTail, rPt ); in SetTailPoint()
2512 void SdrEdgeObj::setGluePointIndex( sal_Bool bTail, sal_Int32 nIndex /* = -1 */ ) in setGluePointIndex() argument
2517 SdrObjConnection& rConn1 = GetConnection( bTail ); in setGluePointIndex()
2549 sal_Int32 SdrEdgeObj::getGluePointIndex( sal_Bool bTail ) in getGluePointIndex() argument
2551 SdrObjConnection& rConn1 = GetConnection( bTail ); in getGluePointIndex()

Completed in 78 milliseconds