/aoo41x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 202 if ( !pSubList ) in commitStringMarkup() 205 pSubList = new SwGrammarMarkUp(); in commitStringMarkup() 211 pWList = pSubList; in commitStringMarkup() 230 if ( !pSubList ) in commitStringMarkup() 232 pSubList = new SwGrammarMarkUp(); in commitStringMarkup() 256 if ( !pSubList ) in commitStringMarkup() 312 if ( !pSubList ) in lcl_commitGrammarMarkUp() 314 pSubList = new SwGrammarMarkUp(); in lcl_commitGrammarMarkUp() 318 pWList = pSubList; in lcl_commitGrammarMarkUp() 337 if ( !pSubList ) in lcl_commitGrammarMarkUp() [all …]
|
/aoo41x/main/rsc/source/misc/ |
H A D | rscdbl.cxx | 46 REResourceList * pSubList; in InsertList() local 56 pSubList = new REResourceList( pList, aStrClass, rId ); in InsertList() 58 pList->Insert( pSubList, 0xFFFFFFFF ); in InsertList() 59 return( pSubList ); in InsertList() 66 REResourceList* pSubList; in FillSubList() local 73 pSubList = InsertList( aInfo.pClass->GetId(), in FillSubList() 75 FillSubList( aTmpI, pSubList ); in FillSubList() 85 REResourceList* pSubList; in FillListObj() local 90 pSubList = InsertList( pRscTop->GetId(), in FillListObj() 95 FillSubList( aTmpI, pSubList ); in FillListObj()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | SelectionHelper.cxx | 519 SdrObjList* pSubList = pObj->GetSubList(); in getMarkHandlesObject() local 520 if(pSubList) in getMarkHandlesObject() 522 SdrObjListIter aIterator(*pSubList, IM_FLAT); in getMarkHandlesObject() 544 SdrObjList* pSubList = pObj->GetSubList(); in getObjectToMark() local 545 if(pSubList) in getObjectToMark() 547 SdrObjListIter aIterator(*pSubList, IM_FLAT); in getObjectToMark() 575 SdrObjList* pSubList = pObj->GetSubList(); in getSceneToRotate() local 576 if(pSubList) in getSceneToRotate() 654 SdrObjList* pSubList = pObj->GetSubList(); in getMarkHandles() local 655 if( !pSubList )//no group object !pObj->IsGroupObject() in getMarkHandles() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | wrong.cxx | 54 SwWrongList* pSubList) in SwWrongArea() argument 55 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(pSubList), mLineT… in SwWrongArea() 57 if (pSubList != 0) in SwWrongArea() 59 mColor = getWrongAreaColor(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea() 60 mLineType = getWrongAreaLineType(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea() 524 …::InsertSubList( xub_StrLen nNewPos, xub_StrLen nNewLen, sal_uInt16 nWhere, SwWrongList* pSubList ) in InsertSubList() argument 526 if (pSubList) in InsertSubList() 528 … DBG_ASSERT( GetWrongListType() == pSubList->GetWrongListType(), "type mismatch with sub list" ); in InsertSubList() 535 maList.insert(i, SwWrongArea( rtl::OUString(), 0, nNewPos, nNewLen, pSubList ) ); in InsertSubList()
|
/aoo41x/main/tools/source/communi/ |
H A D | parser.cxx | 186 GenericInformationList *pSubList = new GenericInformationList(); in ReadKey() local 189 ReadKey( pSubList ); in ReadKey() 193 pExistingList, pSubList ); in ReadKey() 376 GenericInformationList *pSubList = Execute( sNextFile ); in Execute() local 378 if ( !pSubList ) { in Execute() 389 pList, pSubList ); in Execute()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | e3dsceneproperties.cxx | 293 const SdrObjList* pSubList = rObj.GetSubList(); in MoveToItemPool() local 295 if(pSubList && rObj.GetScene() == &rObj) in MoveToItemPool() 297 SdrObjListIter a3DIterator(*pSubList, IM_DEEPWITHGROUPS); in MoveToItemPool()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1105 SdrObjList* pSubList = pScene->GetSubList(); in DoDepthArrange() local 1106 SdrObjListIter aIter(*pSubList, IM_FLAT); in DoDepthArrange() 1746 SdrObjList* pSubList = pObj->GetSubList(); in BreakSingle3DObj() local 1747 SdrObjListIter aIter(*pSubList, IM_FLAT); in BreakSingle3DObj() 1793 SdrObjList* pSubList = ((E3dObject*) pObj)->GetSubList(); in MergeScenes() local 1795 SdrObjListIter aIter(*pSubList, IM_FLAT); in MergeScenes()
|
/aoo41x/main/tools/inc/tools/ |
H A D | geninfo.hxx | 86 void SetSubList( GenericInformationList *pSubList ) in SetSubList() argument 87 { pInfoList = pSubList; } in SetSubList()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | wrong.hxx | 85 SwWrongList* pSubList); 279 … InsertSubList( xub_StrLen nNewPos, xub_StrLen nNewLen, sal_uInt16 nWhere, SwWrongList* pSubList );
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3453 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm() local 3454 if ( pSubList ) in GetSmartTagTerm() 3456 pSmartTagList = pSubList; in GetSmartTagTerm() 3497 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm() local 3498 if ( pSubList ) in GetSmartTagTerm() 3500 pSmartTagList = pSubList; in GetSmartTagTerm()
|
H A D | crstrvl.cxx | 1213 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetContentAtPos() local 1214 if ( pSubList ) in GetContentAtPos() 1218 if ( pSubList->InWrongWord( nCurrent, nLen ) ) in GetContentAtPos()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1674 SdrObjList* pSubList=pObj->GetSubList(); in DismantleMarkedObjects() local 1675 if (pSubList!=NULL && !pObj->Is3DObj()) { in DismantleMarkedObjects() 1676 SdrObjListIter aIter(*pSubList,IM_DEEPNOGROUPS); in DismantleMarkedObjects()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 3117 if( SdrObjList* pSubList = pGroupObj->GetSubList() ) in RemoveSdrObjectInfo() local 3120 SdrObjListIter aObjIt( *pSubList, IM_FLAT ); in RemoveSdrObjectInfo()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7833 SdrObjList* pSubList(((SdrObjGroup*)pGroup)->GetSubList()); in CreateTable() local 7834 if ( pSubList ) in CreateTable() 7839 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable()
|