Searched refs:bLabel (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/ui/app/ |
H A D | applab.cxx | 174 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab() argument 183 SwLabCfgItem aLabCfg(bLabel); in InsertLab() 192 AbstarctSwLabDlg* pDlg = pDialogFactory->CreateSwLabDlg( 0, aSet, pNewDBMgr, bLabel, DLG_LAB ); in InsertLab() 222 if(bLabel) in InsertLab() 349 bLabel ? in InsertLab() 400 pFirstFlyFmt = bLabel ? in InsertLab() 410 if(!bLabel) in InsertLab() 441 rReq.SetReturnValue(SfxVoidItem(bLabel ? FN_LABEL : FN_BUSINESS_CARD)); in InsertLab()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labimg.cxx | 281 SwLabCfgItem::SwLabCfgItem(sal_Bool bLabel) : in SwLabCfgItem() argument 282 ConfigItem(bLabel ? C2U("Office.Writer/Label") : C2U("Office.Writer/BusinessCard")), in SwLabCfgItem() 283 bIsLabel(bLabel) in SwLabCfgItem()
|
H A D | label1.cxx | 123 SwNewDBMgr* pDBMgr, sal_Bool bLabel) : in SwLabDlg() argument 135 m_bLabel(bLabel) in SwLabDlg()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | label.hxx | 62 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel);
|
H A D | labimg.hxx | 118 SwLabCfgItem(sal_Bool bLabel);
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | SwXDocumentSettings.cxx | 868 sal_Bool bLabel = mpDoc->get(IDocumentSettingAccess::LABEL_DOCUMENT); in _getSingleValue() local 869 rValue <<= bLabel; in _getSingleValue()
|
/aoo41x/main/sw/inc/ |
H A D | swmodule.hxx | 128 void InsertLab(SfxRequest&, sal_Bool bLabel);
|
H A D | swabstdlg.hxx | 378 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId ) = 0;
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 963 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId ) in CreateSwLabDlg() argument 969 pDlg = new SwLabDlg( pParent, rSet, pNewDBMgr,bLabel ); in CreateSwLabDlg()
|
H A D | swdlgfact.hxx | 458 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId );
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 1426 bool bLabel = true; in createDataSource() local 1447 bLabel = ::cppu::any2bool(aArguments[i].Value); in createDataSource() 1469 if (bLabel) in createDataSource() 1472 bool bColHeaders = (bOrientCol ? bLabel : bCategories ); in createDataSource() 1473 bool bRowHeaders = (bOrientCol ? bCategories : bLabel ); in createDataSource()
|
Completed in 127 milliseconds