Home
last modified time | relevance | path

Searched refs:pList (Results 176 – 200 of 238) sorted by last modified time

12345678910

/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx139 void ScAppOptions::SetLRUFuncList( const sal_uInt16* pList, const sal_uInt16 nCount ) in SetLRUFuncList() argument
150 pLRUList[i] = pList[i]; in SetLRUFuncList()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx951 const ScRangeList* pList = GetScenarioRanges(); in HasScenarioRange() local
954 if (pList) in HasScenarioRange()
956 sal_uLong nCount = pList->Count(); in HasScenarioRange()
959 ScRange* pR = pList->GetObject( j ); in HasScenarioRange()
1558 ScConditionalFormatList* pList = pDocument->GetCondFormList(); in FindMaxRotCol() local
1560 if (pList && pStylePool && nIndex) in FindMaxRotCol()
1562 const ScConditionalFormat* pFormat = pList->GetFormat(nIndex); in FindMaxRotCol()
H A Dmarkdata.cxx361 void ScMarkData::FillRangeListWithMarks( ScRangeList* pList, sal_Bool bClear ) const in FillRangeListWithMarks() argument
363 if (!pList) in FillRangeListWithMarks()
367 pList->RemoveAll(); in FillRangeListWithMarks()
389 pList->Join( aRange ); in FillRangeListWithMarks()
395 pList->Append( aMarkRange ); in FillRangeListWithMarks()
398 void ScMarkData::ExtendRangeListTables( ScRangeList* pList ) const in ExtendRangeListTables()
400 if (!pList) in ExtendRangeListTables()
403 ScRangeList aOldList(*pList); in ExtendRangeListTables()
404 pList->RemoveAll(); //! oder die vorhandenen unten weglassen in ExtendRangeListTables()
415 pList->Append( aRange ); in ExtendRangeListTables()
H A Ddocumen3.cxx1528 ScRangePairList* pList = pLists[nListNo]; in GetFormulaEntries() local
1529 if (pList) in GetFormulaEntries()
1530 for ( ScRangePair* pPair = pList->First(); pPair; pPair = pList->Next() ) in GetFormulaEntries()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx397 …virtual AbstractScNamePasteDlg * CreateScNamePasteDlg ( Window * pParent, const ScRangeName* pList
H A Dmarkdata.hxx91 void FillRangeListWithMarks( ScRangeList* pList, sal_Bool bClear ) const;
92 void ExtendRangeListTables( ScRangeList* pList ) const;
H A Dappoptio.hxx53 void SetLRUFuncList( const sal_uInt16* pList,
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx471 AttributeListImpl *pList = new AttributeListImpl; in testSimple() local
473 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testSimple()
485 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg1" )), in testSimple()
488 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg2")) , in testSimple()
544 AttributeListImpl *pList = new AttributeListImpl; in testExceptions() local
546 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testExceptions()
611 AttributeListImpl *pList = new AttributeListImpl; in testDTD() local
613 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testDTD()
635 AttributeListImpl *pList = new AttributeListImpl; in testPerformance() local
644 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testPerformance()
/trunk/main/sax/test/
H A Dsaxdemo.cxx589 AttributeListImpl *pList = new AttributeListImpl; in main() local
590 Reference< XAttributeList > rList( (XAttributeList *) pList ); in main()
595 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg1" )), in main()
598 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg2")) , in main()
/trunk/main/rsc/source/tools/
H A Drsctree.cxx97 if( pList ){ in ChangeDLListBTree()
99 pList = pList->Left(); in ChangeDLListBTree()
100 pTmp = pList; in ChangeDLListBTree()
103 pMiddle = pList; in ChangeDLListBTree()
108 pList = (BiNode *)0; in ChangeDLListBTree()
122 return( pList ); in ChangeDLListBTree()
135 BiNode * pList; in ChangeBTreeDLList() local
140 pRight = pList; in ChangeBTreeDLList()
141 pList->pLeft = this; in ChangeBTreeDLList()
143 pList = this; in ChangeBTreeDLList()
[all …]
/trunk/main/rsc/source/res/
H A Drscarray.cxx330 static sal_Bool IsConsistent( RscInstNode * pNode, RscInconsList * pList ) in IsConsistent() argument
336 bRet = pNode->aInst.pClass->IsConsistent( pNode->aInst, pList ); in IsConsistent()
337 if( !IsConsistent( pNode->Left(), pList ) ) in IsConsistent()
339 if( !IsConsistent( pNode->Right(), pList ) ) in IsConsistent()
345 sal_Bool RscArray::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() argument
350 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
353 if( !::IsConsistent( pClassData->pNode, pList ) ) in IsConsistent()
H A Drscclass.cxx558 sal_Bool RscClass::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() argument
564 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
573 if( ! aTmpI.pClass->IsConsistent( aTmpI, pList ) ) in IsConsistent()
H A Drscclobj.cxx182 sal_Bool ObjNode::IsConsistent( RscInconsList * pList ) in IsConsistent() argument
189 if( pList ) in IsConsistent()
190 pList->Insert( new RscInconsistent( aRscId, aRscId ) ); in IsConsistent()
196 if( !((ObjNode *)Left())->IsConsistent( pList ) ) in IsConsistent()
201 if( pList ) in IsConsistent()
202 pList->Insert( in IsConsistent()
212 if( pList ) in IsConsistent()
213 pList->Insert( in IsConsistent()
217 if( !((ObjNode *)Right())->IsConsistent( pList ) ) in IsConsistent()
H A Drsccont.cxx672 sal_Bool RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){ in IsConsistent() argument
677 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
688 if( pList ) in IsConsistent()
689 pList->Insert( new RscInconsistent( in IsConsistent()
697 if( pList ) in IsConsistent()
698 pList->Insert( new RscInconsistent( in IsConsistent()
704 IsConsistent( pClassData->pEntries[ i ].aInst, pList ) ) in IsConsistent()
H A Drscmgr.cxx592 sal_Bool RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() argument
597 bRet = RscClass::IsConsistent( rInst, pList ); in IsConsistent()
605 if( pList ) in IsConsistent()
606 pList->Insert( in IsConsistent()
H A Drsctop.cxx657 RscInconsList * pList ) in IsConsistent() argument
660 return pSuperClass->IsConsistent( rInst, pList ); in IsConsistent()
H A Drscrange.cxx714 sal_Bool RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() argument
720 if( pList ) in IsConsistent()
721 pList->Insert( new RscInconsistent( in IsConsistent()
/trunk/main/rsc/inc/
H A Drscmgr.hxx71 RscInconsList * pList = NULL );
H A Drscrange.hxx162 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
H A Drsctop.hxx190 RscInconsList * pList = NULL );
H A Drsctree.hxx40 BiNode * ChangeDLListBTree( BiNode * pList );
H A Drscarray.hxx91 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx45 REResourceList * pList ){ in InsertList() argument
56 pSubList = new REResourceList( pList, aStrClass, rId ); in InsertList()
58 pList->Insert( pSubList, 0xFFFFFFFF ); in InsertList()
74 aInfo.aId, pList ); in FillSubList()
80 REResourceList * pList, sal_uLong lFileKey ) in FillListObj() argument
88 pList, lFileKey ); in FillListObj()
91 pObjNode->GetRscId(), pList ); in FillListObj()
98 pList, lFileKey ); in FillListObj()
105 FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); in FillList()
109 FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); in FillList()
[all …]
/trunk/main/rsc/source/parser/
H A Drscdb.cxx1056 RscInconsList * pList ) in IsInstConsistent() argument
1063 if( ! IsInstConsistent( (ObjNode*)pObjNode->Left(), pRscTop, pList ) ) in IsInstConsistent()
1068 if( ! aTmpI.pClass->IsConsistent( aTmpI, pList ) ) in IsInstConsistent()
1071 if( ! IsInstConsistent( (ObjNode*)pObjNode->Right(), pRscTop, pList ) ) in IsInstConsistent()
1078 sal_Bool MakeConsistent( RscTop * pRscTop, RscInconsList * pList ) in MakeConsistent() argument
1083 if( ! ::MakeConsistent( (RscTop*)pRscTop->Left(), pList ) ) in MakeConsistent()
1089 if( ! pRscTop->GetObjNode()->IsConsistent( pList ) ) in MakeConsistent()
1092 if( ! IsInstConsistent( pRscTop->GetObjNode(), pRscTop, pList ) ) in MakeConsistent()
1096 if( ! ::MakeConsistent( (RscTop*)pRscTop->Right(), pList ) ) in MakeConsistent()
1103 sal_Bool RscTypCont :: MakeConsistent( RscInconsList * pList ){ in MakeConsistent() argument
[all …]
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1590 BOOL MakeConsistent( RscInconsList * pList );
1721 AliBOOL RscDataBase::MakeConsistent( RscInconsList * pList );
1728 Identifier von Resourceinstanzen den gleichen Wert haben. pList enth�lt die Makros bei denen es
1733 AfppList ist ein Zeiger auf eine Liste von Makro-Paaren. pList darf auch
2559 void FillNameIdList( REResourceList * pList );
2829 Alivoid RscSrc::FillNameIdList( REResourceList * pList );
2841 pList ist eine Liste von Listen. Resourceinstanzen k�nnen beliebige weitere Resourceinstanzen
2942 BOOL IsConsistent( RscInconsList * pList );
3748 AliBOOL RscInst::IsConsistent( RscInconsList * pList );
3757 "Inkonsistenzen hervorrufen. pList darf Null sein.

Completed in 148 milliseconds

12345678910