Lines Matching refs:SwDocShell
94 void SwDocShell::StateStyleSheet(SfxItemSet& rSet, SwWrtShell* pSh) in StateStyleSheet()
271 void SwDocShell::ExecStyleSheet( SfxRequest& rReq ) in ExecStyleSheet()
512 sal_uInt16 SwDocShell::Edit( in Edit()
836 sal_uInt16 SwDocShell::Delete(const String &rName, sal_uInt16 nFamily) in Delete()
858 sal_uInt16 SwDocShell::ApplyStyles(const String &rName, sal_uInt16 nFamily, in ApplyStyles()
921 sal_uInt16 SwDocShell::DoWaterCan(const String &rName, sal_uInt16 nFamily) in DoWaterCan()
977 sal_uInt16 SwDocShell::UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShell) in UpdateStyle()
1071 sal_uInt16 SwDocShell::MakeByExample( const String &rName, sal_uInt16 nFamily, in MakeByExample()
1230 void SwDocShell::LoadStyles( SfxObjectShell& rSource ) in LoadStyles()
1241 void SwDocShell::_LoadStyles( SfxObjectShell& rSource, sal_Bool bPreserveCurrentDocument ) in _LoadStyles()
1255 if( rSource.ISA( SwDocShell )) in _LoadStyles()
1261 ((SwDocShell&)rSource).mpDoc->SetFixFields(false, NULL); in _LoadStyles()
1265 mpDoc->ReplaceStyles( *((SwDocShell&)rSource).mpDoc ); in _LoadStyles()
1271 mpDoc->ReplaceStyles( *((SwDocShell&)rSource).mpDoc ); in _LoadStyles()
1285 void SwDocShell::FormatPage( in FormatPage()
1293 Bitmap SwDocShell::GetStyleFamilyBitmap( SfxStyleFamily eFamily, BmpColorMode eColorMode ) in GetStyleFamilyBitmap()