Searched refs:SdOptionsLayoutItem (Results 1 – 4 of 4) sorted by relevance
308 SdOptionsLayoutItem::SdOptionsLayoutItem( sal_uInt16 _nWhich ) in SdOptionsLayoutItem() function in SdOptionsLayoutItem316 SdOptionsLayoutItem::SdOptionsLayoutItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* pV… in SdOptionsLayoutItem() function in SdOptionsLayoutItem346 SfxPoolItem* SdOptionsLayoutItem::Clone( SfxItemPool* ) const in Clone()348 return new SdOptionsLayoutItem( *this ); in Clone()354 int SdOptionsLayoutItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()358 …return bSameType && ( maOptionsLayout == static_cast< const SdOptionsLayoutItem& >( rAttr ).maOpti… in operator ==()363 void SdOptionsLayoutItem::SetOptions( SdOptions* pOpts ) const in SetOptions()
467 pRet->Put( SdOptionsLayoutItem( ATTR_OPTIONS_LAYOUT, pOptions, pFrameView ) ); in CreateItemSet()583 const SdOptionsLayoutItem* pLayoutItem = NULL; in ApplyItemSet()
189 SdOptionsLayoutItem aOptsItem( ATTR_OPTIONS_LAYOUT ); in FillItemSet()210 SdOptionsLayoutItem aLayoutItem( (const SdOptionsLayoutItem&) rAttrs. in Reset()
183 class SD_DLLPUBLIC SdOptionsLayoutItem : public SfxPoolItem class187 SdOptionsLayoutItem( sal_uInt16 nWhich);188 SdOptionsLayoutItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
Completed in 36 milliseconds