| /trunk/main/sw/source/core/doc/ |
| H A D | docfmt.cxx | 1381 void SwDoc::DelCharFmt(sal_uInt16 nFmt, sal_Bool bBroadcast) in DelCharFmt() argument 1385 if (bBroadcast) in DelCharFmt() 1402 void SwDoc::DelCharFmt( SwCharFmt *pFmt, sal_Bool bBroadcast ) in DelCharFmt() argument 1407 DelCharFmt( nFmt, bBroadcast ); in DelCharFmt() 1410 void SwDoc::DelFrmFmt( SwFrmFmt *pFmt, sal_Bool bBroadcast ) in DelFrmFmt() argument 1426 if (bBroadcast) in DelFrmFmt() 1526 sal_Bool bBroadcast, sal_Bool bAuto) in MakeFrmFmt() argument 1535 if (bBroadcast) in MakeFrmFmt() 1553 sal_Bool bBroadcast, sal_Bool bAuto) in _MakeFrmFmt() argument 1556 pFrmFmt = MakeFrmFmt( rFmtName, pFrmFmt, bBroadcast, bAuto ); in _MakeFrmFmt() [all …]
|
| H A D | docdesc.cxx | 545 void SwDoc::DelPageDesc( sal_uInt16 i, sal_Bool bBroadcast ) in DelPageDesc() argument 555 if (bBroadcast) in DelPageDesc() 585 sal_Bool bRegardLanguage, sal_Bool bBroadcast) // #116530# in MakePageDesc() argument 615 if (bBroadcast) in MakePageDesc() 908 void SwDoc::DelPageDesc( const String & rName, sal_Bool bBroadcast ) // #116530# in DelPageDesc() argument 913 DelPageDesc(nI, bBroadcast); // #116530# in DelPageDesc()
|
| H A D | docnum.cxx | 1163 sal_Bool SwDoc::DelNumRule( const String& rName, sal_Bool bBroadcast ) in DelNumRule() argument 1185 if (bBroadcast) in DelNumRule() 1250 sal_Bool bBroadcast) in RenameNumRule() argument 1291 if (bBroadcast) in RenameNumRule() 2376 sal_Bool bBroadcast, in MakeNumRule() argument 2416 if (bBroadcast) in MakeNumRule()
|
| /trunk/main/sw/inc/ |
| H A D | doc.hxx | 1283 sal_Bool bBroadcast = sal_False, sal_Bool bAuto = sal_True); 1284 void DelFrmFmt( SwFrmFmt *pFmt, sal_Bool bBroadcast = sal_False ); 1290 sal_Bool bBroadcast = sal_False, 1293 void DelCharFmt(sal_uInt16 nFmt, sal_Bool bBroadcast = sal_False); 1294 void DelCharFmt(SwCharFmt* pFmt, sal_Bool bBroadcast = sal_False); 1305 sal_Bool bBroadcast = sal_False, 1310 sal_Bool bBroadcast = sal_False); 1311 void DelTxtFmtColl(sal_uInt16 nFmt, sal_Bool bBroadcast = sal_False); 1312 void DelTxtFmtColl( SwTxtFmtColl* pColl, sal_Bool bBroadcast = sal_False ); 1420 void DelPageDesc( const String & rName, sal_Bool bBroadcast = sal_False); [all …]
|
| H A D | format.hxx | 120 void SetName( const String& rNewName, sal_Bool bBroadcast=sal_False ); 122 sal_Bool bBroadcast=sal_False); 347 sal_Bool bBroadcast ) in SetName() argument 350 SetName( aTmp, bBroadcast ); in SetName()
|
| H A D | ndnotxt.hxx | 73 bool bBroadcast = false ); 76 bool bBroadcast = false );
|
| H A D | frmfmt.hxx | 204 bool bBroadcast = false ); 207 bool bBroadcast = false );
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndnotxt.cxx | 285 void SwNoTxtNode::SetTitle( const String& rTitle, bool bBroadcast ) in SetTitle() argument 296 pFlyFmt->SetObjTitle( rTitle, bBroadcast ); in SetTitle() 312 void SwNoTxtNode::SetDescription( const String& rDescription, bool bBroadcast ) in SetDescription() argument 322 pFlyFmt->SetObjDescription( rDescription, bBroadcast ); in SetDescription()
|
| /trunk/main/svx/source/dialog/ |
| H A D | dialcontrol.cxx | 429 void DialControl::SetRotation( sal_Int32 nAngle, bool bBroadcast ) in SetRotation() argument 442 if( bBroadcast ) in SetRotation()
|
| /trunk/main/sc/source/core/data/ |
| H A D | table5.cxx | 1122 sal_Bool bNumFormatChanged, sal_Bool bBroadcast ) in InvalidateTextWidth() argument 1132 if ( bBroadcast ) in InvalidateTextWidth() 1170 if ( bBroadcast ) in InvalidateTextWidth()
|
| H A D | documen8.cxx | 419 …sal_Bool bBroadcast = (bNumFormatChanged && GetDocOptions().IsCalcAsShown() && !IsImportingXML() &… in InvalidateTextWidth() local 425 pTab[nTab]->InvalidateTextWidth( pAdrFrom, NULL, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth() 434 pTab[nTab]->InvalidateTextWidth( pAdrFrom, pAdrTo, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth()
|
| /trunk/main/sw/source/core/attr/ |
| H A D | format.cxx | 162 void SwFmt::SetName( const String& rNewName, sal_Bool bBroadcast ) in SetName() argument 165 if( bBroadcast ) in SetName()
|
| /trunk/main/svx/inc/svx/ |
| H A D | dialcontrol.hxx | 146 void SetRotation( sal_Int32 nAngle, bool bBroadcast );
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 2321 sal_Bool bBroadcast = sal_True; in Remove() local 2359 bBroadcast = sal_False; in Remove() 2365 bBroadcast = sal_False; in Remove() 2368 if( bBroadcast ) in Remove()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | atrfrm.cxx | 3015 void SwFlyFrmFmt::SetObjTitle( const String& rTitle, bool bBroadcast ) in SetObjTitle() argument 3025 if( bBroadcast ) in SetObjTitle() 3051 void SwFlyFrmFmt::SetObjDescription( const String& rDescription, bool bBroadcast ) in SetObjDescription() argument 3061 if( bBroadcast ) in SetObjDescription()
|
| /trunk/main/sc/inc/ |
| H A D | table.hxx | 893 sal_Bool bNumFormatChanged, sal_Bool bBroadcast );
|