/aoo42x/main/svx/source/svdraw/ |
H A D | svdogrp.cxx | 97 pSub->SetOwnerObj(this); in SdrObjGroup() 106 delete pSub; in ~SdrObjGroup() 112 SdrObjList* pOL=pSub; in TakeObjInfo() 176 SdrObjList* pOL=pSub; in GetLayer() 190 SdrObjList* pOL=pSub; in NbcSetLayer() 263 return pSub; in GetSubList() 496 SdrObjList* pOL=pSub; in NbcRotate() 511 SdrObjList* pOL=pSub; in NbcMirror() 526 SdrObjList* pOL=pSub; in NbcShear() 542 SdrObjList* pOL=pSub; in NbcSetAnchorPos() [all …]
|
/aoo42x/main/svx/source/sdr/properties/ |
H A D | groupproperties.cxx | 91 const sal_uInt32 nCount(pSub->GetObjCount()); in GetMergedItemSet() 123 const sal_uInt32 nCount(pSub->GetObjCount()); in SetMergedItemSet() 127 SdrObject* pObj = pSub->GetObj(a); in SetMergedItemSet() 164 const sal_uInt32 nCount(pSub->GetObjCount()); in SetMergedItem() 168 pSub->GetObj(a)->GetProperties().SetMergedItem(rItem); in SetMergedItem() 175 const sal_uInt32 nCount(pSub->GetObjCount()); in ClearMergedItem() 179 pSub->GetObj(a)->GetProperties().ClearMergedItem(nWhich); in ClearMergedItem() 214 const sal_uInt32 nCount(pSub->GetObjCount()); in GetStyleSheet() 240 const sal_uInt32 nCount(pSub->GetObjCount()); in SetStyleSheet() 258 const sal_uInt32 nCount(pSub->GetObjCount()); in MoveToItemPool() [all …]
|
H A D | e3dsceneproperties.cxx | 83 const sal_uInt32 nCount(pSub->GetObjCount()); in GetMergedItemSet() 87 SdrObject* pObj = pSub->GetObj(a); in GetMergedItemSet() 124 const sal_uInt32 nCount(pSub->GetObjCount()); in SetMergedItemSet() 142 SdrObject* pObj = pSub->GetObj(a); in SetMergedItemSet() 162 const sal_uInt32 nCount(pSub->GetObjCount()); in SetMergedItem() 166 pSub->GetObj(a)->SetMergedItem(rItem); in SetMergedItem() 176 const sal_uInt32 nCount(pSub->GetObjCount()); in ClearMergedItem() 180 pSub->GetObj(a)->ClearMergedItem(nWhich); in ClearMergedItem() 248 const sal_uInt32 nCount(pSub->GetObjCount()); in SetStyleSheet() 261 const sal_uInt32 nCount(pSub->GetObjCount()); in GetStyleSheet() [all …]
|
H A D | e3dproperties.cxx | 90 const SdrObjList* pSub = ((const E3dObject&)GetSdrObject()).GetSubList(); in SetStyleSheet() local 91 const sal_uInt32 nCount(pSub->GetObjCount()); in SetStyleSheet() 95 pSub->GetObj(a)->GetProperties().SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 1499 if ( (*pSub) == 'l' || (*pSub) == 'L' ) in GetCmdLineParameters() 1501 pSub = CharNext( pSub ); in GetCmdLineParameters() 1502 if ( (*pSub) == 'a' || (*pSub) == 'A' ) in GetCmdLineParameters() 1528 pSub = CharNext( pSub ); in GetCmdLineParameters() 1565 else if ( (*pSub) == 'q' || (*pSub) == 'Q' ) in GetCmdLineParameters() 1567 pSub = CharNext( pSub ); in GetCmdLineParameters() 1568 if ( ! (*pSub) || (*pSub) == 'n' || (*pSub) == 'N' ) in GetCmdLineParameters() 1590 else if ( (*pSub) == 'i' || (*pSub) == 'I' || (*pSub) == 'f' || (*pSub) == 'F' || in GetCmdLineParameters() 1591 (*pSub) == 'p' || (*pSub) == 'P' || (*pSub) == 'x' || (*pSub) == 'X' || in GetCmdLineParameters() 1592 (*pSub) == 'y' || (*pSub) == 'Y' || (*pSub) == 'z' || (*pSub) == 'Z' ) in GetCmdLineParameters() [all …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | laycache.cxx | 245 SwFrm* pSub = pTab->Lower(); in Write() local 246 while( pSub ) in Write() 249 pSub = pSub->GetNext(); in Write() 281 while( pSub ) in Write() 284 pSub = pSub->GetNext(); in Write() 404 SwFrm* pSub = pTab->Lower(); in CompareLayout() local 405 while( pSub ) in CompareLayout() 408 pSub = pSub->GetNext(); in CompareLayout() 436 SwFrm* pSub = pTab->Lower(); in CompareLayout() local 437 while( pSub ) in CompareLayout() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1076 SfxShell* pSub = ((ScTabViewShell*)this)->GetSubShell(nPos); in GetMySubShell() local 1077 while (pSub) in GetMySubShell() 1079 if ( pSub == pDrawShell || pSub == pDrawTextShell || pSub == pEditShell || in GetMySubShell() 1080 pSub == pPivotShell || pSub == pAuditingShell || pSub == pDrawFormShell || in GetMySubShell() 1081 pSub == pCellShell || pSub == pOleObjectShell|| pSub == pChartShell || in GetMySubShell() 1082 pSub == pGraphicShell || pSub == pMediaShell || pSub == pPageBreakShell) in GetMySubShell() 1083 return pSub; // gefunden in GetMySubShell() 1085 pSub = ((ScTabViewShell*)this)->GetSubShell(++nPos); in GetMySubShell()
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hi_ary.cxx | 147 pSub = find_SubModule(*pModule, sNextName); in Search_Ce() local 148 if (pSub != 0) in Search_Ce() 150 pModule = pSub; in Search_Ce() 218 pSub = find_SubModule(*pModule, sNextName); in Search_CesModule() local 219 if (pSub != 0) in Search_CesModule() 221 pModule = pSub; in Search_CesModule()
|
/aoo42x/main/starmath/source/ |
H A D | mathmlexport.cxx | 922 const SmNode *pSub = 0; in ExportSubSupScript() local 968 pSub = pNode->GetSubNode(RSUB+1); in ExportSubSupScript() 970 if (pSub || pSup) in ExportSubSupScript() 972 if (pSub) in ExportSubSupScript() 973 ExportNodes(pSub, nLevel+1); in ExportSubSupScript() 1011 if (NULL != (pSub = pNode->GetSubNode(RSUB+1)) && in ExportSubSupScript() 1017 else if (NULL != (pSub = pNode->GetSubNode(RSUB+1))) in ExportSubSupScript() 1052 if (pSub) in ExportSubSupScript() 1053 ExportNodes(pSub, nLevel+1); in ExportSubSupScript()
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 444 GfxSubpath* pSub = pPath->getSubpath( i ); in printPath() local 445 const int nPoints = pSub->getNumPoints(); in printPath() 447 printf( " subpath %d", pSub->isClosed() ); in printPath() 452 normalize(pSub->getX(n)), in printPath() 453 normalize(pSub->getY(n)), in printPath() 454 pSub->getCurve(n) ); in printPath()
|
/aoo42x/main/tools/source/debug/ |
H A D | stcktree.cxx | 51 ImpDbgStackTree( ImpDbgStackTree* pSub, sal_uIntPtr nIP ); 66 ImpDbgStackTree::ImpDbgStackTree( ImpDbgStackTree* pSub, sal_uIntPtr nIP ) in ImpDbgStackTree() argument 68 pSub_ = pSub; in ImpDbgStackTree()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 282 PopupMenu* pSub = new PopupMenu; in CreatePopupWindow() local 283 pSub->SetSelectHdl(aLnk); in CreatePopupWindow() 284 pPopup->SetPopupMenu(i, pSub); in CreatePopupWindow() 291 pSub->InsertItem(++nIndex, sEntry); in CreatePopupWindow()
|
/aoo42x/main/sfx2/source/control/ |
H A D | bindings.cxx | 358 SfxBindings *pSub = pImp->pSubBindings; in HidePopups() local 359 while ( pSub ) in HidePopups() 362 pSub = pSub->pImp->pSubBindings; in HidePopups() 2203 void SfxBindings::SetSubBindings_Impl( SfxBindings *pSub ) in SetSubBindings_Impl() argument 2211 pImp->pSubBindings = pSub; in SetSubBindings_Impl() 2213 if ( pSub ) in SetSubBindings_Impl() 2216 pSub->pImp->pSuperBindings = this; in SetSubBindings_Impl()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdogrp.hxx | 50 SdrObjList* pSub; // Subliste (Kinder) member in SdrObjGroup
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 3884 PopupMenu* pSub = pWin->GetActivePopup(); in ImplExecute() local 3885 while ( pSub ) in ImplExecute() 3887 pSub->ImplGetFloatingWindow()->EndPopupMode(); in ImplExecute() 3888 pSub = pSub->ImplGetFloatingWindow()->GetActivePopup(); in ImplExecute()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 3783 … const FormulaSubroutineToken* pSub = dynamic_cast<FormulaSubroutineToken*>(xTok.get()); in Interpret() local 3784 if (pSub) in Interpret() 3791 aCode.Push( pSub->GetTokenArray()); in Interpret()
|