Home
last modified time | relevance | path

Searched refs:pPool (Results 1 – 25 of 403) sorted by path

12345678910>>...17

/trunk/main/avmedia/inc/avmedia/
H A Dmediaitem.hxx76 virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
/trunk/main/basctl/source/inc/
H A Dsbxitem.hxx51 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
/trunk/main/basic/source/comp/
H A Dcodegen.cxx223 SbiSymPool* pPool = &pProc->GetParams(); in Save() local
224 if( pPool->GetSize() > 1 ) in Save()
226 SbiSymDef* pPar = pPool->Get( 1 ); in Save()
279 SbiSymPool* pPool = &pProc->GetParams(); in Save() local
281 for( sal_uInt16 i = 1; i < pPool->GetSize(); i++ ) in Save()
283 SbiSymDef* pPar = pPool->Get( i ); in Save()
320 SbiStringPool* pPool = &pParser->aGblStrings; in Save() local
321 sal_uInt16 nSize = pPool->GetSize(); in Save()
325 p->AddString( pPool->Find( i ) ); in Save()
H A Ddim.cxx201 SbiSymPool* pOldPool = pPool; in DefVar()
307 pPool = &aGlobals; in DefVar()
308 SbiSymDef* pOld = pPool->Find( pDef->GetName() ); in DefVar()
348 pPool->Add( pDef ); in DefVar()
509 pPool = pOldPool; in DefVar()
512 pPool = pOldPool; in DefVar()
771 pPool->Add( pElem ); in DefEnum()
1157 pPool = &pProc->GetLocals(); in DefProc()
1165 pPool = &aPublics; in DefProc()
1203 SbiSymPool* p = pPool; pPool = &aPublics; in DefStatic()
[all …]
H A Dexprtree.cxx143 SbiSymPool* pPool = &rPool; in AddSym() local
144 if( pPool->GetScope() != SbPUBLIC ) in AddSym()
145 pPool = &rPool.GetParser()->aPublics; in AddSym()
146 SbiProcDef* pProc = pPool->AddProc( rName ); in AddSym()
273 SbiSymDef* pDef = pParser->pPool->Find( aSym ); in Term()
293 pDef = AddSym( eTok, *pParser->pPool, eCurExpr, aSym, eType, pPar ); in Term()
H A Dparser.cxx143 pPool = &aPublics; in SbiParser()
H A Dsymtbl.cxx306 pPool = NULL; in SbiSymDef()
313 delete pPool; in ~SbiSymDef()
389 if( !pPool ) in GetPool()
390 pPool = new SbiSymPool( pIn->pParser->aGblStrings, SbLOCAL ); // wird gedumpt in GetPool()
391 return *pPool; in GetPool()
416 pPool = new SbiSymPool( pParser->aGblStrings, SbLOCAL ); // Locals in SbiProcDef()
417 pPool->SetParent( &aParams ); in SbiProcDef()
/trunk/main/basic/source/inc/
H A Dparser.hxx74 SbiSymPool* pPool; // aktueller Pool member in SbiParser
H A Dsymtbl.hxx115 SbiSymPool* pPool; // Pool fuer Unterelemente member in SbiSymDef
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx137 SfxItemPool* pPool = pMasterPool; in DrawModelWrapper() local
141 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in DrawModelWrapper()
145 pPool = pSecondary; in DrawModelWrapper()
147 pPool->SetSecondaryPool(m_pChartItemPool); in DrawModelWrapper()
193 SfxItemPool* pPool = &GetItemPool(); in ~DrawModelWrapper() local
196 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in ~DrawModelWrapper()
199 pPool->SetSecondaryPool (NULL); in ~DrawModelWrapper()
202 pPool = pSecondary; in ~DrawModelWrapper()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx153 const SfxItemPool* pPool = pSet->GetPool(); in Execute() local
155 pSet->Put( SfxStringItem( pPool->GetWhich(SID_CHARMAP), GetCharacters() ) ); in Execute()
157 …rFont.GetStyleName(), rFont.GetPitch(), rFont.GetCharSet(), pPool->GetWhich(SID_ATTR_CHAR_FONT) ) … in Execute()
158 pSet->Put( SfxStringItem( pPool->GetWhich(SID_FONT_NAME), rFont.GetName() ) ); in Execute()
159 pSet->Put( SfxInt32Item( pPool->GetWhich(SID_ATTR_CHAR), GetChar() ) ); in Execute()
H A Diconcdlg.cxx856 SfxItemPool* pPool = pPage->GetItemSet().GetPool(); in DeActivatePageImpl() local
858 new SfxItemSet( *pPool, GetInputRanges( *pPool ) ); in DeActivatePageImpl()
/trunk/main/cui/source/options/
H A Dcfgchart.hxx99 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
H A Dconnpoolsettings.hxx92 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
H A Ddbregistersettings.hxx81 virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx126 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxConnectionPage() local
127 DBG_ASSERT( pPool, "Wo ist der Pool" ); in SvxConnectionPage()
128 eUnit = pPool->GetMetric( SDRATTR_EDGENODE1HORZDIST ); in SvxConnectionPage()
184 const SfxItemPool* pPool = rAttrs.GetPool(); in Reset() local
244 pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINE1DELTA ); in Reset()
258 pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINE2DELTA ); in Reset()
272 pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINE3DELTA ); in Reset()
286 pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINEDELTAANZ ); in Reset()
313 pItem = &pPool->GetDefaultItem( SDRATTR_EDGEKIND ); in Reset()
538 const SfxItemPool* pPool = rOutAttrs.GetPool(); in FillTypeLB() local
[all …]
H A Dgrfpage.cxx324 DBG_ASSERT( pPool, "Wo ist der Pool" ); in ActivatePage()
409 DBG_ASSERT( pPool, "Wo ist der Pool" ); in IMPL_LINK()
410 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK()
440 DBG_ASSERT( pPool, "Wo ist der Pool" ); in IMPL_LINK()
441 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK()
478 DBG_ASSERT( pPool, "Wo ist der Pool" ); in IMPL_LINK()
479 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK()
564 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK()
588 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in CalcZoom()
617 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in CalcMinMaxBorder()
[all …]
H A Dlabdlg.cxx173 SfxItemPool* pPool = _rOutAttrs.GetPool(); in FillItemSet() local
174 DBG_ASSERT( pPool, "Wo ist der Pool" ); in FillItemSet()
184 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONGAP ) ); in FillItemSet()
219 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONESCABS ) ); in FillItemSet()
231 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONLINELEN ) ); in FillItemSet()
263 SfxItemPool* pPool = rOutAttrs.GetPool(); in Reset() local
264 DBG_ASSERT( pPool, "Wo ist der Pool" ); in Reset()
275 eUnit = pPool->GetMetric( nWhich ); in Reset()
286 eUnit = pPool->GetMetric( nWhich ); in Reset()
293 eUnit = pPool->GetMetric( nWhich ); in Reset()
H A Dmeasure.cxx191 SfxItemPool* pPool = rAttrs.GetPool(); in Reset() local
192 DBG_ASSERT( pPool, "Wo ist der Pool" ); in Reset()
193 eUnit = pPool->GetMetric( SDRATTR_MEASURELINEDIST ); in Reset()
199 pItem = &pPool->GetDefaultItem( SDRATTR_MEASURELINEDIST ); in Reset()
214 pItem = &pPool->GetDefaultItem( SDRATTR_MEASUREHELPLINEOVERHANG ); in Reset()
229 pItem = &pPool->GetDefaultItem( SDRATTR_MEASUREHELPLINEDIST ); in Reset()
244 pItem = &pPool->GetDefaultItem( SDRATTR_MEASUREHELPLINE1LEN ); in Reset()
259 pItem = &pPool->GetDefaultItem( SDRATTR_MEASUREHELPLINE2LEN ); in Reset()
287 pItem = &pPool->GetDefaultItem( SDRATTR_MEASUREDECIMALPLACES ); in Reset()
H A Dpage.cxx491 SfxItemPool* pPool = rSet.GetPool(); in Reset() local
492 DBG_ASSERT( pPool, "Wo ist der Pool" ); in Reset()
493 SfxMapUnit eUnit = pPool->GetMetric( GetWhich( SID_ATTR_LRSPACE ) ); in Reset()
757 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet() local
758 DBG_ASSERT( pPool, "Wo ist der Pool" ); in FillItemSet()
760 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet()
H A Dparagrph.cxx181 SfxItemPool* pPool = GetItemSet().GetPool(); in IMPL_LINK() local
182 DBG_ASSERT( pPool, "Wo ist der Pool" ); in IMPL_LINK()
232 SfxItemPool* pPool = rOutSet.GetPool(); in FillItemSet() local
233 DBG_ASSERT( pPool, "Wo ist der Pool" ); in FillItemSet()
245 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet()
431 SfxItemPool* pPool = rSet.GetPool(); in Reset() local
432 DBG_ASSERT( pPool, "Wo ist der Pool?" ); in Reset()
880 SfxItemPool* pPool = GetItemSet().GetPool(); in IMPL_LINK_INLINE_END() local
881 DBG_ASSERT( pPool, "Wo ist der Pool" ); in IMPL_LINK_INLINE_END()
2007 pStyle = pPool->Next(); in SvxExtParagraphTabPage()
[all …]
H A Dtabstpge.cxx236 SfxItemPool* pPool = rSet.GetPool(); in FillItemSet() local
237 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in FillItemSet()
293 SfxItemPool* pPool = rSet.GetPool(); in Reset() local
294 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in Reset()
H A Dtextanim.cxx137 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxTextAnimationPage() local
138 DBG_ASSERT( pPool, "Wo ist der Pool" ); in SvxTextAnimationPage()
139 eUnit = pPool->GetMetric( SDRATTR_TEXT_LEFTDIST ); in SvxTextAnimationPage()
195 const SfxItemPool* pPool = rAttrs.GetPool(); in Reset() local
201 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANIKIND ); in Reset()
214 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANIDIRECTION ); in Reset()
235 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANISTARTINSIDE ); in Reset()
252 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANISTOPINSIDE ); in Reset()
269 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANICOUNT ); in Reset()
302 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_ANIDELAY ); in Reset()
[all …]
H A Dtextattr.cxx165 SfxItemPool* pPool = rAttrs.GetPool(); in Reset() local
166 DBG_ASSERT( pPool, "Wo ist der Pool" ); in Reset()
167 SfxMapUnit eUnit = pPool->GetMetric( SDRATTR_TEXT_LEFTDIST ); in Reset()
173 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_LEFTDIST ); in Reset()
186 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_RIGHTDIST ); in Reset()
199 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_UPPERDIST ); in Reset()
212 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_LOWERDIST ); in Reset()
381 SfxItemPool* pPool = rAttrs.GetPool(); in FillItemSet() local
382 DBG_ASSERT( pPool, "Wo ist der Pool" ); in FillItemSet()
383 SfxMapUnit eUnit = pPool->GetMetric( SDRATTR_TEXT_LEFTDIST ); in FillItemSet()
H A Dtparea.cxx768 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxAreaTabPage() local
769 DBG_ASSERT( pPool, "Wo ist der Pool?" ); in SvxAreaTabPage()
770 ePoolUnit = pPool->GetMetric( XATTR_FILLBMP_SIZEX ); in SvxAreaTabPage()

Completed in 108 milliseconds

12345678910>>...17