Home
last modified time | relevance | path

Searched refs:pSubList (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx201 SwWrongList* pSubList = pWList->SubList( nInsertPos ); in commitStringMarkup() local
202 if ( !pSubList ) in commitStringMarkup()
205 pSubList = new SwGrammarMarkUp(); in commitStringMarkup()
207 pSubList = new SwWrongList( pWList->GetWrongListType() ); in commitStringMarkup()
208 pWList->InsertSubList( nFieldPosModel, 1, nInsertPos, pSubList ); in commitStringMarkup()
211 pWList = pSubList; in commitStringMarkup()
229 SwWrongList* pSubList = pWList->SubList( nInsertPos ); in commitStringMarkup() local
230 if ( !pSubList ) in commitStringMarkup()
232 pSubList = new SwGrammarMarkUp(); in commitStringMarkup()
233 pWList->InsertSubList( nFieldPosModel, 1, nInsertPos, pSubList ); in commitStringMarkup()
[all …]
/AOO41X/main/rsc/source/misc/
H A Drscdbl.cxx46 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 DSelectionHelper.cxx519 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()
578 SdrObjListIter aIterator(*pSubList, IM_DEEPWITHGROUPS); in getSceneToRotate()
654 SdrObjList* pSubList = pObj->GetSubList(); in getMarkHandles() local
[all …]
/AOO41X/main/sw/source/core/text/
H A Dwrong.cxx54 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 Dparser.cxx186 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 De3dsceneproperties.cxx293 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 Dview3d.cxx1105 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 Dgeninfo.hxx86 void SetSubList( GenericInformationList *pSubList ) in SetSubList() argument
87 { pInfoList = pSubList; } in SetSubList()
/AOO41X/main/sw/source/core/inc/
H A Dwrong.hxx85 SwWrongList* pSubList);
279 … InsertSubList( xub_StrLen nNewPos, xub_StrLen nNewLen, sal_uInt16 nWhere, SwWrongList* pSubList );
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3453 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 Dcrstrvl.cxx1213 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 Dsvdedtv2.cxx1674 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 Dxiescher.cxx3117 if( SdrObjList* pSubList = pGroupObj->GetSubList() ) in RemoveSdrObjectInfo() local
3120 SdrObjListIter aObjIt( *pSubList, IM_FLAT ); in RemoveSdrObjectInfo()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx7833 SdrObjList* pSubList(((SdrObjGroup*)pGroup)->GetSubList()); in CreateTable() local
7834 if ( pSubList ) in CreateTable()
7839 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable()