/aoo41x/main/sw/source/core/bastyp/ |
H A D | swcache.cxx | 72 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 D | index.cxx | 50 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 …]
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | htmlkywd.cxx | 205 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 …]
|
/aoo41x/main/soltools/cpp/ |
H A D | _mcrvalid.c | 38 out_pValidators->pFirst = 0; 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()
|
/aoo41x/main/rsc/source/parser/ |
H A D | rsckey.cxx | 44 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 )
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfblkrd.cxx | 81 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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.hxx | 168 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()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxarray.cxx | 583 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 …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addinhelpid.cxx | 201 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()
|
/aoo41x/main/tools/source/debug/ |
H A D | debug.cxx | 101 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 …]
|
/aoo41x/main/svtools/source/filter/igif/ |
H A D | decode.cxx | 34 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()
|
/aoo41x/main/automation/source/server/ |
H A D | server.cxx | 324 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 D | profiler.hxx | 26 #define AVER( pFirst, pSecond, Membername ) (( pFirst->Membername + pSecond->Membername ) / 2 ) argument 27 #define DIFF( pFirst, pSecond, Membername ) ( pSecond->Membername - pFirst->Membername ) argument
|
H A D | sta_list.cxx | 58 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1590 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 …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 235 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()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | changedb.cxx | 168 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()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 206 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1619 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()
|
/aoo41x/main/basic/source/comp/ |
H A D | exprtree.cxx | 884 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()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | softpagebreak.cxx | 129 const SwCntntFrm* pFirst = pPage->FindFirstBodyCntnt(); in hasSoftPageBreak() local 132 if( !pFirst || !pTab->IsAnLower( pFirst->FindTabFrm() ) ) in hasSoftPageBreak()
|
/aoo41x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 266 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 <()
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlayobjectlist.cxx | 85 sdr::overlay::OverlayObject* pFirst = *aStart; in isHitLogic() local 86 OSL_ENSURE(pFirst, "Corrupt OverlayObjectList (!)"); in isHitLogic() 87 OverlayManager* pManager = pFirst->getOverlayManager(); in isHitLogic()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1997 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()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2393 SvLBoxEntry* pFirst = First(); in ExecCommand() local 2395 while( 0 != (pFirst = Next(pFirst)) && lcl_IsContent(pFirst)) in ExecCommand() 2397 if(((SwOutlineContent*)pFirst->GetUserData())->GetPos() == nCurrPos) in ExecCommand() 2399 Select(pFirst); in ExecCommand() 2400 MakeVisible(pFirst); in ExecCommand() 2940 SvLBoxEntry* pFirst = FirstSelected(); in ExcecuteContextMenuAction() local 2969 EditEntry(pFirst, EDIT_MODE_EDIT); in ExcecuteContextMenuAction() 2972 EditEntry(pFirst, EDIT_UNPROTECT_TABLE); in ExcecuteContextMenuAction() 2976 const SwTOXBase* pBase = ((SwTOXBaseContent*)pFirst->GetUserData()) in ExcecuteContextMenuAction() 2984 EditEntry(pFirst, EDIT_MODE_DELETE); in ExcecuteContextMenuAction() [all …]
|