Home
last modified time | relevance | path

Searched refs:bTextFrame (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx177 bTextFrame=sal_True; in SdrTextObj()
208 bTextFrame=sal_True; in SdrTextObj()
386 if(!bTextFrame) in IsAutoGrowHeight()
411 if(!bTextFrame) in IsAutoGrowWidth()
639 if(bTextFrame) in NbcSetAutoGrowHeight()
700 if(bTextFrame) in NbcSetMaxTextFrameHeight()
710 if(bTextFrame) in NbcSetAutoGrowWidth()
720 if(bTextFrame) in NbcSetMaxTextFrameWidth()
730 if(bTextFrame) in NbcSetFitToSize()
1238 bTextFrame=pTextObj->bTextFrame; in operator =()
[all …]
H A Dsvdoashp.cxx649 bTextFrame = sal_True; in SdrObjCustomShape()
H A Dsvdedxv.cxx341 bool bTextFrame(pText && pText->IsTextFrame()); in ImpPaintOutlinerView() local
357 if(bTextFrame && !bFitToSize) in ImpPaintOutlinerView()
400 bool bTextFrame(pText && pText->IsTextFrame()); in ImpInvalidateOutlinerView() local
403 if(bTextFrame && !bFitToSize) in ImpInvalidateOutlinerView()
447 sal_Bool bTextFrame=pText!=NULL && pText->IsTextFrame(); in ImpMakeOutlinerView() local
459 if (bTextFrame) { in ImpMakeOutlinerView()
H A Dsvdotxat.cxx76 if (bTextFrame && pModel!=NULL && !rR.IsEmpty()) in AdjustTextFrameWidthAndHeight()
H A Dsvdotxtr.cxx84 if (bTextFrame && (pModel==NULL || !pModel->IsPasteResize())) in NbcSetSnapRect()
118 if(bTextFrame) in NbcSetLogicRect()
241 if(bTextFrame && (!pModel || !pModel->IsPasteResize())) in NbcResize()
292 if (bTextFrame) { in NbcShear()
345 if (bTextFrame) { in NbcMirror()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5182 FASTBOOL bTextFrame = (pImpRec->eShapeType == mso_sptTextBox); in ProcessObj() local
5183 if (!bTextFrame) in ProcessObj()
5188 bTextFrame = in ProcessObj()
5199 if (bTextFrame) in ProcessObj()
5299 if( bTextFrame ) in ProcessObj()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1965 bTextFrame = pTableObj->bTextFrame; in operator =()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx368 bool bTextFrame(rObj.IsTextFrame()); in ForceDefaultAttributes() local
373 if(bTextFrame) in ForceDefaultAttributes()
H A Dcustomshapeproperties.cxx45 const bool bOld(rObj.bTextFrame); in UpdateTextFrameStatus()
49 …rObj.bTextFrame = 0 != static_cast< const SdrTextAutoGrowHeightItem& >(GetObjectItemSet().Get(SDRA… in UpdateTextFrameStatus()
52 if(rObj.bTextFrame != bOld) in UpdateTextFrameStatus()
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx224 sal_Bool bTextFrame : 1; member in SdrTextObj
340 FASTBOOL IsTextFrame() const { return bTextFrame; } in IsTextFrame()
341 …FASTBOOL IsOutlText() const { return bTextFrame && (eTextKind==OBJ_OUTLINETEXT || eTextKind==OBJ_T… in IsOutlText()

Completed in 85 milliseconds