Lines Matching refs:SwDocShell
90 void SwDocShell::StateStyleSheet(SfxItemSet& rSet, SwWrtShell* pSh) in StateStyleSheet()
267 void SwDocShell::ExecStyleSheet( SfxRequest& rReq ) in ExecStyleSheet()
507 sal_uInt16 SwDocShell::Edit( in Edit()
860 sal_uInt16 SwDocShell::Delete(const String &rName, sal_uInt16 nFamily) in Delete()
882 sal_uInt16 SwDocShell::ApplyStyles( in ApplyStyles()
948 sal_uInt16 SwDocShell::DoWaterCan(const String &rName, sal_uInt16 nFamily) in DoWaterCan()
1004 sal_uInt16 SwDocShell::UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShell) in UpdateStyle()
1098 sal_uInt16 SwDocShell::MakeByExample( const String &rName, sal_uInt16 nFamily, in MakeByExample()
1257 void SwDocShell::LoadStyles( SfxObjectShell& rSource ) in LoadStyles()
1268 void SwDocShell::_LoadStyles( SfxObjectShell& rSource, sal_Bool bPreserveCurrentDocument ) in _LoadStyles()
1282 if( rSource.ISA( SwDocShell )) in _LoadStyles()
1288 ((SwDocShell&)rSource).mpDoc->SetFixFields(false, NULL); in _LoadStyles()
1292 mpDoc->ReplaceStyles( *((SwDocShell&)rSource).mpDoc ); in _LoadStyles()
1298 mpDoc->ReplaceStyles( *((SwDocShell&)rSource).mpDoc ); in _LoadStyles()
1312 void SwDocShell::FormatPage( in FormatPage()
1320 Bitmap SwDocShell::GetStyleFamilyBitmap( SfxStyleFamily eFamily, BmpColorMode eColorMode ) in GetStyleFamilyBitmap()