Lines Matching refs:pEntry

63 	virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw() = 0;
152 XPropertyEntry* pEntry; in removeByName() local
155 pEntry = get( i ); in removeByName()
156 if( pEntry && pEntry->GetName() == aInternalName ) in removeByName()
178 XPropertyEntry* pEntry; in replaceByName() local
181 pEntry = get( i ); in replaceByName()
182 if( pEntry && pEntry->GetName() == aInternalName ) in replaceByName()
208 XPropertyEntry* pEntry; in getByName() local
211 pEntry = get( i ); in getByName()
213 if( pEntry && pEntry->GetName() == aInternalName ) in getByName()
214 return getAny( pEntry ); in getByName()
229 XPropertyEntry* pEntry; in getElementNames() local
232 pEntry = get( i ); in getElementNames()
234 if( pEntry ) in getElementNames()
236 SvxUnogetApiNameForItem( mnWhich, pEntry->GetName(), *pNames ); in getElementNames()
254 XPropertyEntry* pEntry; in hasByName() local
257 pEntry = get( i ); in hasByName()
258 if( pEntry && pEntry->GetName() == aInternalName ) in hasByName()
282 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
299 uno::Any SvxUnoXColorTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
302 aAny <<= (sal_Int32)((XColorEntry*)pEntry)->GetColor().GetColor(); in getAny()
345 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
362 uno::Any SvxUnoXLineEndTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
367 SvxConvertB2DPolyPolygonToPolyPolygonBezier( ((XLineEndEntry*)pEntry)->GetLineEnd(), aBezier ); in getAny()
418 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
435 uno::Any SvxUnoXDashTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
437 const XDash& rXD = ((XDashEntry*)pEntry)->GetDash(); in getAny()
500 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
517 uno::Any SvxUnoXHatchTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
519 const XHatch& aHatch = ((XHatchEntry*)pEntry)->GetHatch(); in getAny()
577 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
594 uno::Any SvxUnoXGradientTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
596 const XGradient& aXGradient = ((XGradientEntry*)pEntry)->GetGradient(); in getAny()
666 virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw();
683 uno::Any SvxUnoXBitmapTable::getAny( const XPropertyEntry* pEntry ) const throw() in getAny()
686 const GraphicObject& rGraphicObject(((XBitmapEntry*)pEntry)->GetGraphicObject()); in getAny()