Home
last modified time | relevance | path

Searched refs:pFirst (Results 1 – 25 of 88) sorted by relevance

1234

/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx72 if ( pObj == pFirst ) in Check()
110 pFirst( 0 ), in SwCache()
291 pFirst = pObj; in ToTop()
369 if ( pFirst == pObj ) in DeleteObj()
372 pFirst = pFirst->GetNext(); in DeleteObj()
374 pFirst = pFirst->GetPrev(); in DeleteObj()
502 if ( pFirst ) in Insert()
517 pFirst = pNew; in Insert()
539 pFirst = pRealFirst; in SetLRUOfst()
542 if ( pFirst->GetNext() && pFirst->GetNext()->GetNext() ) in SetLRUOfst()
[all …]
H A Dindex.cxx50 if ( ! ((pFirst && pLast) || (!pFirst && !pLast))) in ChkArr()
55 if( !pFirst ) in ChkArr()
161 pArray->pFirst = pNext; in ChgValue()
173 pArray->pFirst = this; in ChgValue()
189 pArray->pFirst = pNext; in ChgValue()
211 pArray->pFirst = pNext; in ChgValue()
229 if( pArray->pFirst == pNext ) in ChgValue()
230 pArray->pFirst = this; in ChgValue()
253 pArray->pFirst = NULL; in Remove()
348 : pFirst( 0 ), pLast( 0 ) in SwIndexReg()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dhtmlkywd.cxx205 HTMLKeyCompare( const void *pFirst, const void *pSecond) in HTMLKeyCompare() argument
208 if( -1 == ((HTML_TokenEntry*)pFirst)->nToken ) in HTMLKeyCompare()
211 nRet = ((HTML_TokenEntry*)pFirst)->pUToken->CompareTo( in HTMLKeyCompare()
221 ((HTML_TokenEntry*)pFirst)->sToken ); in HTMLKeyCompare()
223 nRet = strcmp( ((HTML_TokenEntry*)pFirst)->sToken, in HTMLKeyCompare()
561 if( USHRT_MAX == ((HTML_CharEntry*)pFirst)->cChar ) in HTMLCharNameCompare()
564 nRet = ((HTML_CharEntry*)pFirst)->pUName->CompareTo( in HTMLCharNameCompare()
574 ((HTML_CharEntry*)pFirst)->sName ); in HTMLCharNameCompare()
576 nRet = strcmp( ((HTML_CharEntry*)pFirst)->sName, in HTMLCharNameCompare()
1032 ((HTML_ColorEntry*)pFirst)->sName ); in HTMLColorNameCompare()
[all …]
/trunk/main/soltools/cpp/
H A D_mcrvalid.c38 out_pValidators->pFirst = NULL; in mvl_init()
45 MacroValidator * pV = out_pValidators->pFirst; in mvl_destruct()
47 for ( pDel = out_pValidators->pFirst; in mvl_destruct()
89 pNew->pNext = inout_pValidators->pFirst; in mvl_add()
90 inout_pValidators->pFirst = pNew; in mvl_add()
116 for ( pV = inout_pValidators->pFirst; in mvl_check()
118 pV = inout_pValidators->pFirst ) in mvl_check()
120 inout_pValidators->pFirst = pV->pNext; in mvl_check()
137 inout_pValidators->pFirst = pCheckedOnes; in mvl_check()
/trunk/main/rsc/source/parser/
H A Drsckey.cxx44 int __CLIB KeyCompare( const void * pFirst, const void * pSecond );
47 int _cdecl KeyCompare( const void * pFirst, const void * pSecond );
49 int KeyCompare( const void * pFirst, const void * pSecond );
55 int _cdecl KeyCompare( const void * pFirst, const void * pSecond ){ argument
57 int KeyCompare( const void * pFirst, const void * pSecond ){
59 if( ((KEY_STRUCT *)pFirst)->nName > ((KEY_STRUCT *)pSecond)->nName )
61 else if( ((KEY_STRUCT *)pFirst)->nName < ((KEY_STRUCT *)pSecond)->nName )
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfblkrd.cxx81 pFirst=NULL; in DXFBlocks()
95 ppSucc=&pFirst; in Read()
116 for (pB=pFirst; pB!=NULL; pB=pB->pSucc) { in Search()
127 while (pFirst!=NULL) { in Clear()
128 ptmp=pFirst; in Clear()
129 pFirst=ptmp->pSucc; in Clear()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.hxx168 sal_Bool IsEqual(const rtl::OUString* pFirst, const rtl::OUString* pSecond) in IsEqual() argument
170 return ((pFirst && pSecond && pFirst->equals(*pSecond)) || in IsEqual()
171 (!pFirst && !pSecond) || in IsEqual()
172 (!pFirst && pSecond && !pSecond->getLength()) || in IsEqual()
173 (!pSecond && pFirst && !pFirst->getLength())); in IsEqual()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx583 pFirst = pLast = NULL; in SbxDimArray()
590 pFirst = pLast = NULL; in SbxDimArray()
600 SbxDim* p = rArray.pFirst; in operator =()
618 SbxDim* p = pFirst; in Clear()
625 pFirst = pLast = NULL; in Clear()
644 if( !pFirst ) in AddDimImpl32()
645 pFirst = pLast = p; in AddDimImpl32()
682 SbxDim* p = pFirst; in GetDim32()
712 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset32()
731 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset()
[all …]
/trunk/main/tools/source/debug/
H A Ddebug.cxx101 PBlock* pFirst; member in PointerList
519 PBlock* pBlock = pFirst; in ~PointerList()
532 if ( !pFirst ) in Add()
534 pFirst = new PBlock; in Add()
536 pFirst->nCount = 0; in Add()
537 pFirst->pPrev = NULL; in Add()
539 pLast = pFirst; in Add()
542 PBlock* pBlock = pFirst; in Add()
573 PBlock* pBlock = pFirst; in Remove()
616 PBlock* pBlock = pFirst; in Get()
[all …]
/trunk/main/sc/source/core/tool/
H A Daddinhelpid.cxx201 const ScUnoAddInHelpId* pFirst = pCurrHelpIds; in GetHelpId() local
204 while( pFirst <= pLast ) in GetHelpId()
206 const ScUnoAddInHelpId* pMiddle = pFirst + (pLast - pFirst) / 2; in GetHelpId()
213 pFirst = pMiddle + 1; in GetHelpId()
/trunk/main/automation/source/server/
H A Dserver.cxx324 if ( StatementList::pFirst ) // Verarbeitung neu aufsetzen in Timeout()
602 if( StatementList::pFirst ) in IMPL_LINK()
652 while( StatementList::pFirst && ( !StatementList::bReadingCommands || StatementList::bDying ) ) in IMPL_LINK()
661 StatementList *pC = StatementList::pFirst; in IMPL_LINK()
702 while ( StatementList::pFirst ) // Kommandos werden �bersprungen in IMPL_LINK()
917 if ( StatementList::pFirst ) in ~ImplRemoteControl()
919 StatementList::pFirst->ReportError( GEN_RES_STR0( S_APP_SHUTDOWN ) ); in ~ImplRemoteControl()
920 while ( StatementList::pFirst ) // Kommandos werden �bersprungen in ~ImplRemoteControl()
H A Dprofiler.hxx26 #define AVER( pFirst, pSecond, Membername ) (( pFirst->Membername + pSecond->Membername ) / 2 ) argument
27 #define DIFF( pFirst, pSecond, Membername ) ( pSecond->Membername - pFirst->Membername ) argument
H A Dsta_list.cxx58 StatementList *StatementList::pFirst = NULL; member in StatementList
205 pNext = pFirst; in QueStatement()
206 pFirst = this; in QueStatement()
212 if( !pFirst ) in QueStatement()
213 pFirst = this; in QueStatement()
217 pList = pFirst; in QueStatement()
227 pFirst = pNext; in Advance()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1590 for( SwFmtFld* pFirst = aIter.First(); pFirst; ) in EnhancedPDFExport() local
1592 if( pFirst->GetTxtFld() && pFirst->IsFldInDoc() ) in EnhancedPDFExport()
1594 const SwTxtNode* pTNd = (SwTxtNode*)pFirst->GetTxtFld()->GetpTxtNode(); in EnhancedPDFExport()
1601 mrSh.GotoFld( *pFirst ) && in EnhancedPDFExport()
1638 pFirst = aIter.Next(); in EnhancedPDFExport()
1829 for( SwFmtFld* pFirst = aIter.First(); pFirst; ) in EnhancedPDFExport() local
1831 if( pFirst->GetTxtFld() && pFirst->IsFldInDoc() ) in EnhancedPDFExport()
1833 const SwTxtNode* pTNd = (SwTxtNode*)pFirst->GetTxtFld()->GetpTxtNode(); in EnhancedPDFExport()
1840 mrSh.GotoFld( *pFirst ) && in EnhancedPDFExport()
1855 const SwGetRefField* pField = (SwGetRefField*)pFirst->GetField(); in EnhancedPDFExport()
[all …]
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx34 GIFLZWTableEntry* pFirst; member
61 pTable[i].pFirst = pTable + i; in GIFLZWDecompressor()
130 pE->pFirst = pE->pPrev->pFirst; in AddToTable()
131 pE->nData = pTable[ nCodeFirstData ].pFirst->nData; in AddToTable()
/trunk/main/sw/source/core/txtnode/
H A Datrflyin.cxx235 SwTxtFrm *pFirst = (SwTxtFrm*)pCurrFrm; in _GetFlyFrm() local
236 while ( pFirst->IsFollow() ) in _GetFlyFrm()
237 pFirst = pFirst->FindMaster(); in _GetFlyFrm()
240 SwTxtFrm *pTmp = pFirst; in _GetFlyFrm()
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx168 SvLBoxEntry *pFirst = 0; in FillDBPopup() local
176 if (!pFirst) in FillDBPopup()
177 pFirst = pLast; in FillDBPopup()
180 if (pFirst) in FillDBPopup()
182 aUsedDBTLB.MakeVisible(pFirst); in FillDBPopup()
183 aUsedDBTLB.Select(pFirst); in FillDBPopup()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx206 OTableConnection* pFirst = *aIter; in AddConnection() local
207 if((pFirst->GetSourceWin() == pSourceWin && pFirst->GetDestWin() == pDestWin) || in AddConnection()
208 (pFirst->GetSourceWin() == pDestWin && pFirst->GetDestWin() == pSourceWin)) in AddConnection()
210 m_pExistingConnection = pFirst; in AddConnection()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1619 SfxViewFrame* pFirst = SfxViewFrame::GetFirst(pDocSh); in Construct() local
1620 sal_Bool bFirstView = !pFirst in Construct()
1621 || (pFirst == GetViewFrame() && !SfxViewFrame::GetNext(*pFirst,pDocSh)); in Construct()
1733 if ( !pFirst ) in Construct()
1734 pFirst = GetViewFrame(); in Construct()
1738 pFirst->GetDispatcher()->Execute( SID_UPDATETABLINKS, in Construct()
1758 if ( !pFirst ) in Construct()
1759 pFirst = GetViewFrame(); in Construct()
1762 pFirst->GetDispatcher()->Execute( SID_REIMPORT_AFTER_LOAD, in Construct()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx884 pFirst = NULL; in SbiExprList()
893 SbiExpression* p = pFirst; in ~SbiExprList()
906 SbiExpression* p = pFirst; in Get()
914 SbiExpression* p = pFirst; in addExpression()
1048 pFirst = pLast = pExpr; in SbiParameters()
1128 pFirst = pExpr1; in SbiDimList()
1142 pFirst = pLast = pExpr1; in SbiDimList()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx266 const SwNode* pFirst = aTOXSources[0].pNd; in operator <() local
269 if( pFirst && pFirst == pNext ) in operator <()
300 else if( pFirst && pFirst->IsTxtNode() && in operator <()
303 *(SwTxtNode*)pFirst, nCntPos ); in operator <()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1997 const SwLayoutFrm* pFirst = pTmpCell ? in MakeSelUnions() local
2003 while ( pFirst && !::IsFrmInTblSel( aUnion, pFirst ) ) in MakeSelUnions()
2005 if ( pFirst->GetNext() ) in MakeSelUnions()
2007 pFirst = (const SwLayoutFrm*)pFirst->GetNext(); in MakeSelUnions()
2008 if ( pFirst->Lower() && pFirst->Lower()->IsRowFrm() ) in MakeSelUnions()
2009 pFirst = pFirst->FirstCell(); in MakeSelUnions()
2012 pFirst = ::lcl_FindNextCellFrm( pFirst ); in MakeSelUnions()
2022 if ( pFirst && pLast ) //Robust in MakeSelUnions()
2024 aUnion = pFirst->Frm(); in MakeSelUnions()
/trunk/main/sw/source/core/layout/
H A Dsoftpagebreak.cxx129 const SwCntntFrm* pFirst = pPage->FindFirstBodyCntnt(); in hasSoftPageBreak() local
132 if( !pFirst || !pTab->IsAnLower( pFirst->FindTabFrm() ) ) in hasSoftPageBreak()
/trunk/main/svx/source/sdr/overlay/
H A Doverlayobjectlist.cxx85 sdr::overlay::OverlayObject* pFirst = *aStart; in isHitLogic() local
86 OSL_ENSURE(pFirst, "Corrupt OverlayObjectList (!)"); in isHitLogic()
87 OverlayManager* pManager = pFirst->getOverlayManager(); in isHitLogic()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2387 SvLBoxEntry* pFirst = First(); in ExecCommand() local
2389 while( 0 != (pFirst = Next(pFirst)) && lcl_IsContent(pFirst)) in ExecCommand()
2391 if(((SwOutlineContent*)pFirst->GetUserData())->GetPos() == nCurrPos) in ExecCommand()
2393 Select(pFirst); in ExecCommand()
2394 MakeVisible(pFirst); in ExecCommand()
2934 SvLBoxEntry* pFirst = FirstSelected(); in ExcecuteContextMenuAction() local
2963 EditEntry(pFirst, EDIT_MODE_EDIT); in ExcecuteContextMenuAction()
2966 EditEntry(pFirst, EDIT_UNPROTECT_TABLE); in ExcecuteContextMenuAction()
2970 const SwTOXBase* pBase = ((SwTOXBaseContent*)pFirst->GetUserData()) in ExcecuteContextMenuAction()
2978 EditEntry(pFirst, EDIT_MODE_DELETE); in ExcecuteContextMenuAction()
[all …]

Completed in 173 milliseconds

1234