Home
last modified time | relevance | path

Searched refs:mpPool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx63 SfxItemPool* mpPool; member in svx::NamespaceMap
113 SfxItemPool* mpPool; member in svx::NamespaceIteratorImpl
137 mpPool = pPool; in NamespaceIteratorImpl()
144 mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount2( *mpWhichId ) : 0; in NamespaceIteratorImpl()
164 while( (mnItem < mnItemCount) && ( NULL == (pItem = mpPool->GetItem2( *mpWhichId, mnItem ) ) ) ) in next()
176 …mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount2( *mpWhichId ) : 0; in next()
203 : mpWhichIds( pWhichIds ), mpPool( pPool ) in NamespaceMap()
214 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in getByName()
235 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in getElementNames()
261 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in hasByName()
[all …]
/trunk/main/sw/source/core/fields/
H A Dtextapi.cxx72 SfxItemPool* mpPool; member
100 pImpl->mpPool = &pDoc->GetDocShell()->GetPool(); in SwTextAPIEditSource()
115 pImpl->mpPool=0; in Dispose()
123 if( !pImpl->mpPool ) in GetTextForwarder()
130 pImpl->mpOutliner = new Outliner( pImpl->mpPool, OUTLINERMODE_TEXTOBJECT ); in GetTextForwarder()
142 if ( pImpl->mpPool ) in SetText()
148 pImpl->mpOutliner = new Outliner( pImpl->mpPool, OUTLINERMODE_TEXTOBJECT ); in SetText()
158 if ( pImpl->mpPool ) in SetString()
164 pImpl->mpOutliner = new Outliner( pImpl->mpPool, OUTLINERMODE_TEXTOBJECT ); in SetString()
175 if ( pImpl->mpPool && pImpl->mpOutliner ) in CreateText()
[all …]
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx668 NSAutoreleasePool* mpPool; member in ReleasePoolHolder
670 ReleasePoolHolder() : mpPool( [[NSAutoreleasePool alloc] init] ) {} in ReleasePoolHolder()
671 ~ReleasePoolHolder() { [mpPool release]; } in ~ReleasePoolHolder()

Completed in 29 milliseconds