/aoo42x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 468 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in GraphicSize() local 470 if ( pI->pGraphic ) in GraphicSize() 472 Size aSizePix = pI->aSize; in GraphicSize() 473 aSizePix.Width() += 2 * pI->aSpace.X(); in GraphicSize() 484 nDir = pI->nDir; in GraphicSize() 545 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in InsertGraphic() local 563 Size aSizePix = pI->aSize; in InsertGraphic() 568 if ( pI->pGraphic ) in InsertGraphic() 573 pObj->SetName( pI->aURL ); in InsertGraphic() 580 pObj->SetGraphicLink( pI->aURL, pI->aFilterName ); in InsertGraphic() [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | svarray.hxx | 125 void Insert( const nm * pI, sal_uInt16 nP,\ 129 nE = pI->nA; \ 140 void Insert( const nm *pI, sal_uInt16 nP,\ 153 nE = pI->nA; \ 333 void Insert( const nm *pI, sal_uInt16 nP, \ 335 Base::Insert((const Base*)pI, nP, nS, nE);\ 392 void Insert( const nm *pI, sal_uInt16 nP, \ 394 Base::Insert((const Base*)pI, nP, nS, nE);\ 587 nE = pI->Count();\ 589 const AE * pIArr = pI->GetData();\ [all …]
|
H A D | svstdarr.hxx | 78 void Insert( const SvUShortsSort *pI, sal_uInt16 nS=0, sal_uInt16 nE=USHRT_MAX );
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 468 SwFtnInfo *pI = (SwFtnInfo*)pInf; in FillItemSet() local 469 pI->ePos = aPosPageBox.IsChecked() ? FTNPOS_PAGE : FTNPOS_CHAPTER; in FillItemSet() 470 pI->eNum = (SwFtnNum)GetNumbering(); in FillItemSet() 471 pI->aQuoVadis = aContEdit.GetText(); in FillItemSet() 472 pI->aErgoSum = aContFromEdit.GetText(); in FillItemSet() 473 if ( !(*pI == pSh->GetFtnInfo()) ) in FillItemSet() 474 pSh->SetFtnInfo( *pI ); in FillItemSet()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | eeparser.hxx | 101 for ( ScHTMLImage* pI = pImageList->First(); in ~ScEEParseEntry() local 102 pI; pI = pImageList->Next() ) in ~ScEEParseEntry() 104 delete pI; in ~ScEEParseEntry()
|
/aoo42x/main/svl/source/memtools/ |
H A D | svarray.cxx | 214 void SvUShortsSort::Insert( const SvUShortsSort * pI, sal_uInt16 nS, sal_uInt16 nE ) in Insert() argument 217 nE = pI->Count(); in Insert() 219 const sal_uInt16 * pIArr = pI->GetData(); in Insert() 226 SvUShorts::Insert( pI, nP, nS+1, nE ); in Insert()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 274 void* pI; in ImpSubSort() local 280 pI=rCont.Seek(i); in ImpSubSort() 281 while (pI!=pX && Compare(pI,pX)<0) { i++; pI=rCont.Next(); } in ImpSubSort() 286 rCont.Replace(pI,j); in ImpSubSort()
|
H A D | svdmodel.cxx | 782 SvxFontItem* pI = aItemArr[ n ]; in ImpGetDefaultFontsLanguage() local 783 pI->SetFamily( aFnt.GetFamily()); in ImpGetDefaultFontsLanguage() 784 pI->SetFamilyName( aFnt.GetName()); in ImpGetDefaultFontsLanguage() 785 pI->SetStyleName( String() ); in ImpGetDefaultFontsLanguage() 786 pI->SetPitch( aFnt.GetPitch()); in ImpGetDefaultFontsLanguage() 787 pI->SetCharSet( aFnt.GetCharSet() ); in ImpGetDefaultFontsLanguage()
|
/aoo42x/main/tools/workben/ |
H A D | solar.c | 33 int IsStackGrowingDown_2( int * pI ); 80 int IsStackGrowingDown_2( int * pI ) in IsStackGrowingDown_2() argument 83 return ((unsigned long)&i) < (unsigned long)pI; in IsStackGrowingDown_2()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 1137 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript ); in InsertSymbol() local 1138 if( pI ) in InsertSymbol() 1139 aFont = *(SvxFontItem*)pI; in InsertSymbol() 1206 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript ); in InsertSymbol() local 1207 if( pI ) in InsertSymbol() 1208 aFont = *(SvxFontItem*)pI; in InsertSymbol()
|
H A D | basesh.cxx | 2210 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetTxtFontCtrlState() local 2211 if( pI ) in GetTxtFontCtrlState() 2212 rSet.Put( *pI, nWhich ); in GetTxtFontCtrlState() 2219 if(pI && pI->ISA(SvxFontItem)) in GetTxtFontCtrlState() 2221 aFont.SetName( ((const SvxFontItem*)pI)->GetFamilyName()); in GetTxtFontCtrlState() 2222 aFont.SetStyleName(((const SvxFontItem*)pI)->GetStyleName()); in GetTxtFontCtrlState() 2223 aFont.SetFamily(((const SvxFontItem*)pI)->GetFamily()); in GetTxtFontCtrlState() 2224 aFont.SetPitch(((const SvxFontItem*)pI)->GetPitch()); in GetTxtFontCtrlState() 2225 aFont.SetCharSet(((const SvxFontItem*)pI)->GetCharSet()); in GetTxtFontCtrlState()
|
H A D | annotsh.cxx | 695 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetState() local 696 if( pI ) in GetState() 697 rSet.Put( *pI, nWhich ); in GetState() 1674 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript ); in InsertSymbol() local 1675 if( pI ) in InsertSymbol() 1676 aSetDlgFont = *(SvxFontItem*)pI; in InsertSymbol()
|
H A D | txtattr.cxx | 256 const SfxPoolItem* pI; in ExecCharAttrArgs() local 262 0 != ( pI = aSetItem.GetItemOfScript( *pScrpTyp ))) in ExecCharAttrArgs() 264 SvxFontHeightItem aSize( *(const SvxFontHeightItem*)pI ); in ExecCharAttrArgs()
|
H A D | drwtxtsh.cxx | 790 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript ); in InsertSymbol() local 791 if( pI ) in InsertSymbol() 792 aSetDlgFont = *(SvxFontItem*)pI; in InsertSymbol()
|
H A D | drwtxtex.cxx | 914 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetDrawTxtCtrlState() local 915 if( pI ) in GetDrawTxtCtrlState() 916 rSet.Put( *pI, nWhich ); in GetDrawTxtCtrlState()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drtxtob.cxx | 239 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetAttrState() local 240 if( pI ) in GetAttrState() 241 aAttrSet.Put( *pI, nWhich ); in GetAttrState()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 78 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript ); in PutItemScript() local 79 if (pI) in PutItemScript() 80 rShellSet.Put( *pI, nWhichId ); in PutItemScript()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 1199 SfxPoolItem* pI = rHt.pAttr->Clone(); in OutAttr() local 1200 pI->SetWhich( nWhich ); in OutAttr() 1201 m_rExport.AttrOutput().OutputItem( *pI ); in OutAttr() 1202 delete pI; in OutAttr() 1305 SfxPoolItem* pI = pItem->Clone(); in OutParaAttr() local 1306 pI->SetWhich( nWhich ); in OutParaAttr() 1308 m_rExport.AttrOutput().OutputItem( *pI ); in OutParaAttr() 1309 delete pI; in OutParaAttr()
|
H A D | wrtw8nds.cxx | 2541 const SfxPoolItem* pI; in NoPageBreakSection() local 2545 if ( SFX_ITEM_ON != pSet->GetItemState(RES_PAGEDESC, true, &pI) in NoPageBreakSection() 2546 || 0 == ((SwFmtPageDesc*)pI)->GetPageDesc() ) in NoPageBreakSection() 2553 if (SFX_ITEM_ON != pSet->GetItemState(RES_BREAK, true, &pI)) in NoPageBreakSection() 2557 SvxBreak eBreak = ((const SvxFmtBreakItem*)pI)->GetBreak(); in NoPageBreakSection()
|
H A D | wrtw8sty.cxx | 916 const SfxPoolItem* pI; in MSWordSections() local 949 SFX_ITEM_ON == pSet->GetItemState( RES_PAGEDESC, true, &pI ) && in MSWordSections() 950 ( (SwFmtPageDesc*)pI )->GetPageDesc() ) in MSWordSections() 952 AppendSection( *(SwFmtPageDesc*)pI, *pNd, pFmt, nRstLnNum ); in MSWordSections()
|
H A D | wrtww8.cxx | 2512 const SfxPoolItem * pI = NULL; in TableBackgrounds() local 2515 if ( SFX_ITEM_ON == pFrmFmt->GetAttrSet().GetItemState( RES_BACKGROUND, false, &pI ) ) in TableBackgrounds() 2517 aColor = dynamic_cast<const SvxBrushItem *>(pI)->GetColor(); in TableBackgrounds() 2545 const SfxPoolItem * pI = NULL; in TableBackgrounds() local 2550 GetItemState( RES_BACKGROUND, false, &pI ) ) in TableBackgrounds() 2552 aColor = dynamic_cast<const SvxBrushItem *>(pI)->GetColor(); in TableBackgrounds()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1393 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in Image() local 1395 if ( pI->nDir & nHorizontal ) in Image() 1396 nWidth += pI->aSize.Width() + 2 * pI->aSpace.X(); in Image()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 376 SwLayAction::SwLayAction( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayAction() argument 378 pImp( pI ), in SwLayAction() 2406 SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayIdle() argument 2408 pImp( pI ) in SwLayIdle()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 850 LibInfoItem* pI = it->second; in InsertInfo() local 852 delete pI; in InsertInfo()
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 3656 const SfxPoolItem* pI; in GetItemOfScriptSet() local 3657 SfxItemState eSt = rSet.GetItemState( nId, sal_False, &pI ); in GetItemOfScriptSet() 3659 pI = SFX_ITEM_DEFAULT == eSt ? &rSet.Get( nId ) : 0; in GetItemOfScriptSet() 3660 return pI; in GetItemOfScriptSet()
|