/aoo42x/main/svx/source/svdraw/ |
H A D | svdorect.cxx | 320 SdrHdl* pH = NULL; in GetHdl() local 334 pH = new ImpTextframeHdl(aRect); in GetHdl() 335 pH->SetObj((SdrObject*)this); in GetHdl() 336 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 360 if(!pH) in GetHdl() 372 pH = new SdrHdl(aPnt,eKind); in GetHdl() 373 pH->SetObj((SdrObject*)this); in GetHdl() 374 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 377 return pH; in GetHdl()
|
H A D | svdotxdr.cxx | 61 SdrHdl* pH=NULL; in GetHdl() local 77 pH=new SdrHdl(aPnt,eKind); in GetHdl() 78 pH->SetObj((SdrObject*)this); in GetHdl() 79 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 81 return pH; in GetHdl()
|
H A D | svdocirc.cxx | 407 SdrHdl* pH = NULL; in GetHdl() local 470 pH = new SdrHdl(aPnt,eLocalKind); in GetHdl() 471 pH->SetPointNum(nPNum); in GetHdl() 472 pH->SetObj((SdrObject*)this); in GetHdl() 473 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 476 return pH; in GetHdl()
|
H A D | svdobj.cxx | 1236 SdrHdl* pH=NULL; in GetHdl() local 1239 case 0: pH=new SdrHdl(rR.TopLeft(), HDL_UPLFT); break; // Oben links in GetHdl() 1240 case 1: pH=new SdrHdl(rR.TopCenter(), HDL_UPPER); break; // Oben in GetHdl() 1241 case 2: pH=new SdrHdl(rR.TopRight(), HDL_UPRGT); break; // Oben rechts in GetHdl() 1242 case 3: pH=new SdrHdl(rR.LeftCenter(), HDL_LEFT ); break; // Links in GetHdl() 1243 case 4: pH=new SdrHdl(rR.RightCenter(), HDL_RIGHT); break; // Rechts in GetHdl() 1244 case 5: pH=new SdrHdl(rR.BottomLeft(), HDL_LWLFT); break; // Unten links in GetHdl() 1245 case 6: pH=new SdrHdl(rR.BottomCenter(),HDL_LOWER); break; // Unten in GetHdl() 1246 case 7: pH=new SdrHdl(rR.BottomRight(), HDL_LWRGT); break; // Unten rechts in GetHdl() 1248 return pH; in GetHdl()
|
H A D | svdmrkv.cxx | 1231 SdrHdl* pH = aHdl.GetHdl(HDL_REF1); in SetRef1() local 1232 if(pH) in SetRef1() 1233 pH->SetPos(rPt); in SetRef1() 1243 SdrHdl* pH = aHdl.GetHdl(HDL_REF2); in SetRef2() local 1244 if(pH) in SetRef2() 1245 pH->SetPos(rPt); in SetRef2()
|
H A D | svddrgmt.cxx | 1110 SdrHdl* pH=GetHdlList().GetHdl(eRef); in MoveSdrDrag() local 1112 if (pH!=NULL) in MoveSdrDrag() 1114 Point aRef(pH->GetPos()); in MoveSdrDrag() 2171 SdrHdl* pH=GetHdlList().GetHdl(HDL_REF1); in BeginSdrDrag() local 2173 if (pH!=NULL) in BeginSdrDrag() 2176 DragStat().Ref1()=pH->GetPos(); in BeginSdrDrag()
|
H A D | svdoashp.cxx | 2193 SdrHdl* pH = NULL; in GetHdl() local 2197 pH = SdrTextObj::GetHdl( nHdlNum ); in GetHdl() 2210 pH = new SdrHdl( Point( aPosition.X, aPosition.Y ), HDL_CUSTOMSHAPE1 ); in GetHdl() 2211 pH->SetPointNum( nCustomShapeHdlNum ); in GetHdl() 2212 pH->SetObj( (SdrObject*)this ); in GetHdl() 2220 return pH; in GetHdl()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 1201 EquationHashMap::iterator aHashIter( pH->find( aEquationName ) ); in CheckAndResolveEquationParameter() 1202 if ( aHashIter != pH->end() ) in CheckAndResolveEquationParameter() 1215 EquationHashMap* pH = new EquationHashMap; in EndElement() local 1242 if ( aHashIter != pH->end() ) in EndElement() 1271 CheckAndResolveEquationParameter( rSeq[ i ].First, pH ); in EndElement() 1272 CheckAndResolveEquationParameter( rSeq[ i ].Second, pH ); in EndElement() 1283 CheckAndResolveEquationParameter( rSeq[ i ].TopLeft.First, pH ); in EndElement() 1312 pValues->Value.getValue()), pH ); in EndElement() 1320 pValues->Value.getValue())).First, pH ); in EndElement() 1322 pValues->Value.getValue())).Second, pH ); in EndElement() [all …]
|
H A D | EnhancedCustomShapeToken.cxx | 180 TypeNameHashMap* pH = new TypeNameHashMap; in EASGet() local 184 (*pH)[ pPtr->pS ] = pPtr->pE; in EASGet() 185 pHashMap = pH; in EASGet()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeTypeNames.cxx | 290 TypeNameHashMap* pH = new TypeNameHashMap; in Get() local 294 (*pH)[ pPtr->pS ] = pPtr->pE; in Get() 295 pHashMap = pH; in Get() 542 TypeACCNameHashMap* pH = new TypeACCNameHashMap; in GetAccName() local 546 (*pH)[ pPtr->pS ] = pPtr->pE; in GetAccName() 547 pACCHashMap = pH; in GetAccName()
|
/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 2429 SdrHdl* pH=0; in AddToHdlList() local 2430 …rHdlList.AddHdl( pH = new TableBorderHdl( aRect, !IsTextEditActive() ) ); pH->SetMoveOutside( true… in AddToHdlList() 2431 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopLeft(),HDL_UPLFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2432 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopCenter(),HDL_UPPER) ); pH->SetMoveOutside( true ); in AddToHdlList() 2433 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopRight(),HDL_UPRGT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2434 rHdlList.AddHdl( pH = new SdrHdl(aRect.LeftCenter(),HDL_LEFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2435 rHdlList.AddHdl( pH = new SdrHdl(aRect.RightCenter(),HDL_RIGHT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2436 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomLeft(),HDL_LWLFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2437 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomCenter(),HDL_LOWER) ); pH->SetMoveOutside( true ); in AddToHdlList() 2438 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomRight(),HDL_LWRGT) ); pH->SetMoveOutside( true ); in AddToHdlList()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | pppoptimizertoken.cxx | 299 TypeNameHashMap* pH = new TypeNameHashMap; in TKGet() local 303 (*pH)[ pPtr->pS ] = pPtr->pE; in TKGet() 304 pHashMap = pH; in TKGet()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 729 SwHeaderFrm *pH = new SwHeaderFrm( (SwFrmFmt*)rH.GetHeaderFmt(), this ); in PrepareHeader() local 730 pH->Paste( this, pLay ); in PrepareHeader() 732 ::RegistFlys( this, pH ); in PrepareHeader()
|
H A D | atrfrm.cxx | 2526 SwFmtHeader *pH = 0; in Modify() local 2534 RES_HEADER, sal_False, (const SfxPoolItem**)&pH ); in Modify() 2564 pH = (SwFmtHeader*)pNew; in Modify() 2568 if( pH && pH->IsActive() && !pH->GetHeaderFmt() ) in Modify() 2571 pH->RegisterToFormat( *pFmt ); in Modify()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svddrag.hxx | 125 void SetHdl(SdrHdl* pH) { pHdl=pH; } in SetHdl() argument
|
/aoo42x/main/rsc/source/res/ |
H A D | rscconst.cxx | 303 ERRTYPE RscEnum::GetConst( const RSCINST & rInst, Atom * pH ){ in GetConst() argument 304 *pH = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId; in GetConst()
|
H A D | rsctop.cxx | 587 ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){ in GetConst() argument 590 GetConst( rInst, pH ); in GetConst()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 334 SwFmtHoriOrient* pH = (SwFmtHoriOrient*)pItem; in SetFlyFrmAnchor() local 335 aOldH.SetHoriOrient( pH->GetHoriOrient() ); in SetFlyFrmAnchor() 336 aOldH.SetRelationOrient( pH->GetRelationOrient() ); in SetFlyFrmAnchor()
|
/aoo42x/main/rsc/inc/ |
H A D | rsctop.hxx | 178 virtual ERRTYPE GetConst( const RSCINST & rInst, Atom * pH );
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 185 SwAnchorMarker( SdrHdl* pH ) in SwAnchorMarker() argument 186 : pHdl( pH ) in SwAnchorMarker() 187 , aHdlPos( pH->GetPos() ) in SwAnchorMarker() 188 , aLastPos( pH->GetPos() ) in SwAnchorMarker() 189 , bTopRightHandle( pH->GetKind() == HDL_ANCHOR_TR ) in SwAnchorMarker()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 4259 const SvxFontHeightItem* pH = (const SvxFontHeightItem*) in Read_LineSpace() local 4261 nSpaceTw = (sal_uInt16)( n * pH->GetHeight() / 100 ); in Read_LineSpace() 4265 * pH->GetHeight() / 100 ); in Read_LineSpace()
|
/aoo42x/extras/l10n/source/vi/ |
H A D | localize.sdf | 13065 …ue ..TableWizard.TableWizard.business.Tables.timebilled Name 0 vi MãGiờLậpHĐơn 20200411 15:09… 13066 …leWizard.business.Tables.timebilled.Fields.timebilledID Name 0 vi MãGiờLậpHĐơn 20200411 15:09…
|