Home
last modified time | relevance | path

Searched refs:pAkt (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/svl/source/notify/
H A Dlisteneriter.cxx90 pAkt = pAkt->GetRight(); in GoNext()
95 return pAkt ? pAkt->GetListener() : 0; in GoNext()
102 pAkt = pAkt->GetLeft(); in GoPrev()
106 return pAkt ? pAkt->GetListener() : 0; in GoPrev()
115 pAkt = pAkt->GetLeft(); in GoStart()
117 return pAkt ? pAkt->GetListener() : 0; in GoStart()
128 pAkt = pAkt->GetRight(); in GoEnd()
130 return pAkt ? pAkt->GetListener() : 0; in GoEnd()
146 pAkt = pAkt->GetRight(); in First()
153 return pAkt ? pAkt->GetListener() : 0; in First()
[all …]
/aoo4110/main/sc/source/filter/lotus/
H A Dlotattr.cxx115 while( pAkt ) in ~LotAttrCache()
117 delete pAkt; in ~LotAttrCache()
138 while( pAkt ) in GetPattAttr()
217 if( pAkt ) in SetAttr()
223 pAkt = new ENTRY; in SetAttr()
226 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
232 pAkt = new ENTRY; in SetAttr()
234 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
245 while( pAkt ) in Apply()
259 while( pAkt ) in Clear()
[all …]
/aoo4110/main/editeng/source/rtf/
H A Drtfitem.cxx250 if( !pAkt || (pAkt->pSttNd->GetIdx() == pInsPos->GetNodeIdx() && in ReadAttr()
258 if( pAkt->aAttrSet.Count() || pAkt->pChildList || in ReadAttr()
259 pAkt->nStyleNo ) in ReadAttr()
269 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in ReadAttr()
272 pAkt = pNew; in ReadAttr()
305 if( !pAkt ) in ReadAttr()
1878 if( pAkt->aAttrSet.Count() || pAkt->pChildList || pAkt->nStyleNo ) in RTFPardPlain()
1887 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in RTFPardPlain()
1889 pAkt = pNew; in RTFPardPlain()
1901 ( pAkt->aAttrSet.GetParent() || pAkt->aAttrSet.Count() )) in RTFPardPlain()
[all …]
H A Dsvxrtf.cxx879 if( pAkt ) in _GetAttrSet()
956 if( pAkt && pOld->aAttrSet.Count() ) in AttrGroupEnd()
1062 if( pAkt ) in AttrGroupEnd()
1064 pAkt->Add( pOld ); in AttrGroupEnd()
1065 pAkt->Add( pNew ); in AttrGroupEnd()
1102 if( pAkt ) in AttrGroupEnd()
1104 pAkt->Add( pOld ); in AttrGroupEnd()
1115 *pAkt, *pInsPos, sal_True ); in AttrGroupEnd()
1121 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in AttrGroupEnd()
1123 pAkt = pNew; in AttrGroupEnd()
[all …]
/aoo4110/main/sc/source/filter/dif/
H A Ddifimp.cxx849 if( pAkt ) in SetLogical()
854 pAkt->nEnd++; in SetLogical()
856 pAkt = NULL; in SetLogical()
860 pAkt = new ENTRY; in SetLogical()
861 pAkt->nStart = pAkt->nEnd = nRow; in SetLogical()
873 if( pAkt ) in SetNumFormat()
880 if( pAkt->nNumFormat == nNumFormat && pAkt->nEnd == nRow - 1 ) in SetNumFormat()
881 pAkt->nEnd = nRow; in SetNumFormat()
889 pAkt = NULL; in SetNumFormat()
895 pAkt = new ENTRY; in NewEntry()
[all …]
H A Ddifexp.cxx156 ScBaseCell* pAkt; in ScExportDif() local
167 pDoc->GetCell( nColCnt, nRowCnt, nTab, pAkt ); in ScExportDif()
168 if( pAkt ) in ScExportDif()
170 switch( pAkt->GetCellType() ) in ScExportDif()
180 fVal = ( ( ScValueCell * ) pAkt )->GetValue(); in ScExportDif()
193 ( ( ScEditCell* ) pAkt )->GetString( aString ); in ScExportDif()
197 ( ( ScStringCell* ) pAkt )->GetString( aString ); in ScExportDif()
203 else if( pAkt->HasValueData() ) in ScExportDif()
208 fVal = ( ( ScFormulaCell * ) pAkt )->GetValue(); in ScExportDif()
220 else if( pAkt->HasStringData() ) in ScExportDif()
[all …]
/aoo4110/main/sc/source/filter/excel/
H A Dnamebuff.cxx47 register sal_Unicode cAkt = *pAkt; in MakeHashCode()
53 pAkt++; in MakeHashCode()
54 cAkt = *pAkt; in MakeHashCode()
170 Cont *pAkt = ( Cont * ) List::First(); in ~ExtSheetBuffer() local
171 while( pAkt ) in ~ExtSheetBuffer()
173 delete pAkt; in ~ExtSheetBuffer()
174 pAkt = ( Cont * ) List::Next(); in ~ExtSheetBuffer()
274 Cont *pAkt = ( Cont * ) List::First(); in Reset() local
275 while( pAkt ) in Reset()
277 delete pAkt; in Reset()
[all …]
H A Dfontbuff.cxx51 ENTRY* pAkt = pData + nIntIndex; in Fill() local
53 if( pAkt->pFont ) in Fill()
54 rItemSet.Put( *pAkt->pFont ); in Fill()
56 if( pAkt->pHeight ) in Fill()
57 rItemSet.Put( *pAkt->pHeight ); in Fill()
59 if( pAkt->pColor ) in Fill()
60 rItemSet.Put( *pAkt->pColor ); in Fill()
H A Dtokstack.cxx578 sal_uInt16* pAkt = nAnz ? &pP_Id[ nFirstId ] : NULL; in GetElementRek() local
585 for( ; nAnz > 0 ; nAnz--, pAkt++ ) in GetElementRek()
587 if( *pAkt < nScTokenOff ) in GetElementRek()
589 if (*pAkt >= nElementAkt) in GetElementRek()
596 if (pType[ *pAkt ] == T_Id) in GetElementRek()
597 bRet = GetElementRek( *pAkt ); in GetElementRek()
599 bRet = GetElement( *pAkt ); in GetElementRek()
603 pScToken->AddOpCode( ( DefTokenId ) ( *pAkt - nScTokenOff ) ); in GetElementRek()
/aoo4110/main/svx/source/svdraw/
H A Dsvdmark.cxx376 SdrMark* pAkt = (SdrMark*)maList.First(); in ImpForceSort() local
377 while( pAkt ) in ImpForceSort()
379 if(pAkt->GetMarkedSdrObj() == 0) in ImpForceSort()
382 delete pAkt; in ImpForceSort()
384 pAkt= (SdrMark*)maList.Next(); in ImpForceSort()
397 SdrMark* pAkt = (SdrMark*)maList.Last(); in ImpForceSort() local
402 if(pAkt->GetMarkedSdrObj() == pCmp->GetMarkedSdrObj() && pAkt->GetMarkedSdrObj()) in ImpForceSort()
406 pAkt->SetCon1(sal_True); in ImpForceSort()
409 pAkt->SetCon2(sal_True); in ImpForceSort()
418 pAkt = pCmp; in ImpForceSort()
/aoo4110/main/svl/inc/svl/
H A Dlisteneriter.hxx40 SvtListenerBase *pAkt, *pDelNext; member in SvtListenerIter
67 int IsChanged() const { return pDelNext != pAkt; } in IsChanged()
/aoo4110/main/sc/source/filter/inc/
H A Ddif.hxx175 ENTRY* pAkt; member in DifColumn
190 pAkt = NULL; in DifColumn()

Completed in 70 milliseconds