Home
last modified time | relevance | path

Searched refs:bLabel (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx868 sal_Bool bLabel = mpDoc->get(IDocumentSettingAccess::LABEL_DOCUMENT); in _getSingleValue() local
869 rValue <<= bLabel; in _getSingleValue()
/trunk/main/sw/source/ui/inc/
H A Dlabel.hxx62 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel);
H A Dlabimg.hxx120 SwLabCfgItem(sal_Bool bLabel);
/trunk/main/sw/source/ui/envelp/
H A Dlabimg.cxx289 SwLabCfgItem::SwLabCfgItem(sal_Bool bLabel) : in SwLabCfgItem() argument
290 ConfigItem(bLabel ? C2U("Office.Writer/Label") : C2U("Office.Writer/BusinessCard")), in SwLabCfgItem()
291 bIsLabel(bLabel) in SwLabCfgItem()
H A Dlabel1.cxx127 SwNewDBMgr* pDBMgr, sal_Bool bLabel) : in SwLabDlg() argument
139 m_bLabel(bLabel) in SwLabDlg()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx458 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId );
H A Dswdlgfact.cxx963 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId ) in CreateSwLabDlg() argument
969 pDlg = new SwLabDlg( pParent, rSet, pNewDBMgr,bLabel ); in CreateSwLabDlg()
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx184 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab() argument
193 SwLabCfgItem aLabCfg(bLabel); in InsertLab()
202 AbstarctSwLabDlg* pDlg = pDialogFactory->CreateSwLabDlg( 0, aSet, pNewDBMgr, bLabel, DLG_LAB ); in InsertLab()
232 if(bLabel) in InsertLab()
359 bLabel ? in InsertLab()
410 pFirstFlyFmt = bLabel ? in InsertLab()
420 if(!bLabel) in InsertLab()
451 rReq.SetReturnValue(SfxVoidItem(bLabel ? FN_LABEL : FN_BUSINESS_CARD)); in InsertLab()
/trunk/main/sw/inc/
H A Dswmodule.hxx128 void InsertLab(SfxRequest&, sal_Bool bLabel);
H A Dswabstdlg.hxx378 SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId ) = 0;
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1426 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 76 milliseconds