Home
last modified time | relevance | path

Searched refs:bUsed (Results 1 – 25 of 64) sorted by relevance

123

/AOO42X/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1294 sal_Bool bUsed = sal_False; in TabKeyInput() local
1314 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1315 if( !bUsed ) in TabKeyInput()
1316bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1353 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1355 if( !bUsed ) in TabKeyInput()
1356bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1358 if ( !bUsed && !bIsType && nCode != KEY_RETURN ) // Eingabe nochmal hinterher in TabKeyInput()
1359 bUsed = pScMod->InputKeyEvent( rKEvt ); in TabKeyInput()
1374 bUsed = sal_True; in TabKeyInput()
[all …]
H A Dgridwin3.cxx172 sal_Bool bUsed = sal_True; in DrawKeyInput() local
181 bUsed = sal_False; // nichts geloescht in DrawKeyInput()
187 return bUsed; in DrawKeyInput()
/AOO42X/main/xmloff/source/text/
H A Dtxtstyle.cxx125 void XMLTextParagraphExport::exportNumStyles( sal_Bool bUsed ) in exportNumStyles() argument
128 aNumRuleExport.exportStyles( bUsed, pListAutoPool, !IsBlockMode() ); in exportNumStyles()
131 void XMLTextParagraphExport::exportTextStyles( sal_Bool bUsed, sal_Bool bProg ) in exportTextStyles() argument
163 bUsed, XML_STYLE_FAMILY_TEXT_PARAGRAPH, 0); in exportTextStyles()
165 bUsed, XML_STYLE_FAMILY_TEXT_TEXT ); in exportTextStyles()
169 bUsed, XML_STYLE_FAMILY_TEXT_FRAME, 0); in exportTextStyles()
170 exportNumStyles( bUsed ); in exportTextStyles()
/AOO42X/main/xmloff/source/style/
H A Dstyleexp.cxx394 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
399 exportStyleFamily( sFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
406 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
410 exportStyleFamily( rFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
419 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
422 exportStyleFamily( sFamily, rXMLFamily, rPropMapper, bUsed, nFamily, in exportStyleFamily()
429 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
474 if( !bUsed || xStyle->isInUse() ) in exportStyleFamily()
478 if( bUsed && bFirstStyle && bExported ) in exportStyleFamily()
H A DXMLPageExport.cxx212 void XMLPageExport::exportStyles( sal_Bool bUsed, sal_Bool bAutoStyles ) in exportStyles() argument
222 if( !bUsed || xStyle->isInUse() ) in exportStyles()
/AOO42X/main/xmloff/inc/xmloff/
H A DXMLPageExport.hxx95 void exportStyles( sal_Bool bUsed, sal_Bool bAutoStyles );
101 void collectAutoStyles( sal_Bool bUsed ) { exportStyles( bUsed, sal_True ); } in collectAutoStyles() argument
103 void exportMasterStyles( sal_Bool bUsed ) { exportStyles( bUsed, sal_False ); } in exportMasterStyles() argument
H A Dtxtstyle.hxx35 void exportNumStyles( sal_Bool bUsed );
51 void exportStyles( sal_Bool bUsed );
H A Dstyleexp.hxx128 sal_Bool bUsed, sal_uInt16 nFamily = 0,
134 sal_Bool bUsed, sal_uInt16 nFamily = 0,
H A Dxmlexp.hxx179 SAL_DLLPRIVATE void ImplExportStyles( sal_Bool bUsed ); // <office:styles>
180 SAL_DLLPRIVATE void ImplExportAutoStyles( sal_Bool bUsed );
182 SAL_DLLPRIVATE void ImplExportMasterStyles( sal_Bool bUsed );
213 virtual void _ExportStyles( sal_Bool bUsed ) ;
/AOO42X/main/sc/source/ui/app/
H A Dinputhdl.cxx3005 sal_Bool bUsed = sal_False; in KeyInput() local
3017 bUsed = sal_True; in KeyInput()
3022 bUsed = sal_True; in KeyInput()
3036 bUsed = sal_True; in KeyInput()
3063 bUsed = sal_True; in KeyInput()
3070 bUsed = sal_True; in KeyInput()
3075 bUsed = sal_True; in KeyInput()
3080 bUsed = sal_True; in KeyInput()
3089 bUsed = sal_True; in KeyInput()
3099 if ( !bUsed && !bSkip && ( bDoEnter || EditEngine::DoesKeyChangeText(rKEvt) || in KeyInput()
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dxestyle.cxx911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() local
912 if( !bUsed ) in CheckItems()
921 …case ApiScriptType::LATIN: bUsed = ScfTools::CheckItems( rItemSet, pnLatinIds, bDeep ); br… in CheckItems()
922 …case ApiScriptType::ASIAN: bUsed = ScfTools::CheckItems( rItemSet, pnAsianIds, bDeep ); br… in CheckItems()
923 …case ApiScriptType::COMPLEX: bUsed = ScfTools::CheckItems( rItemSet, pnComplexIds, bDeep ); br… in CheckItems()
927 return bUsed; in CheckItems()
1377 bool bUsed = false; in FillFromItemSet() local
1389 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_INDENT, bStyle ); in FillFromItemSet()
1393 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_SHRINKTOFIT, bStyle ); in FillFromItemSet()
1397 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_WRITINGDIR, bStyle ); in FillFromItemSet()
[all …]
/AOO42X/main/sw/source/ui/app/
H A Ddocstyle.cxx2574 const sal_Bool bUsed = bIsSearchUsed && (bOrganizer || rDoc.IsUsed(*pFmt)); in First() local
2575 if( !bUsed ) in First()
2651 const sal_Bool bUsed = bOrganizer || rDoc.IsUsed(*pColl); in First() local
2652 if( !(bIsSearchUsed && bUsed )) in First()
2798 sal_Bool bUsed = bIsSearchUsed && ( bOrganizer || rDoc.IsUsed(*pFmt)); in First() local
2799 if( !bUsed ) in First()
2829 sal_Bool bUsed = bIsSearchUsed && ( bOrganizer || rDoc.IsUsed(rDesc)); in First() local
2830 if( !bUsed ) in First()
2855 sal_Bool bUsed = bIsSearchUsed && ( bOrganizer || rDoc.IsUsed(rRule) ); in First() local
2856 if( !bUsed ) in First()
[all …]
/AOO42X/main/sw/source/core/edit/
H A Dedfmt.cxx127 sal_uInt16 SwEditShell::GetTblFrmFmtCount(sal_Bool bUsed) const in GetTblFrmFmtCount()
129 return GetDoc()->GetTblFrmFmtCount(bUsed); in GetTblFrmFmtCount()
132 SwFrmFmt& SwEditShell::GetTblFrmFmt(sal_uInt16 nFmt, sal_Bool bUsed ) const in GetTblFrmFmt()
134 return GetDoc()->GetTblFrmFmt(nFmt, bUsed ); in GetTblFrmFmt()
H A Dedfld.cxx51 sal_uInt16 SwEditShell::GetFldTypeCount(sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldTypeCount()
58 if(!bUsed) in GetFldTypeCount()
87 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nFld, sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldType()
94 if(!bUsed) in GetFldType()
118 if (!bUsed || IsUsed(*pFldType)) in GetFldType()
/AOO42X/main/sc/source/core/tool/
H A Dchartlis.cxx130 bUsed( sal_False ), in ScChartListener()
145 bUsed( sal_False ), in ScChartListener()
159 bUsed( sal_False ), in ScChartListener()
172 bUsed( sal_False ), in ScChartListener()
439 if (pDoc != r.pDoc || bUsed != r.bUsed || bDirty != r.bDirty || in operator ==()
/AOO42X/main/sc/inc/
H A Dchartlis.hxx74 sal_Bool bUsed; // fuer ScChartListenerCollection::FreeUnused member in ScChartListener
108 sal_Bool IsUsed() const { return bUsed; } in IsUsed()
109 void SetUsed( sal_Bool bFlg ) { bUsed = bFlg; } in SetUsed()
/AOO42X/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx122 bool bUsed; member
124 TDelimiter() : bUsed( false ) { } in TDelimiter()
209 virtual void _ExportStyles( sal_Bool bUsed );
H A DxmlExport.cxx435 aDelimiter.bUsed = true; in exportDataSource()
441 aDelimiter.bUsed = true; in exportDataSource()
447 aDelimiter.bUsed = true; in exportDataSource()
453 aDelimiter.bUsed = true; in exportDataSource()
476 if ( aDelimiter.bUsed ) in exportDataSource()
770 if ( m_aDelimiter.get() && m_aDelimiter->bUsed ) in exportDelimiter()
1286 void ODBExport::_ExportStyles(sal_Bool bUsed) in _ExportStyles() argument
1288 SvXMLExport::_ExportStyles(bUsed); in _ExportStyles()
/AOO42X/main/sw/source/filter/xml/
H A Dxmlfmte.cxx174 void SwXMLExport::_ExportStyles( sal_Bool bUsed ) in _ExportStyles() argument
176 SvXMLExport::_ExportStyles( bUsed ); in _ExportStyles()
181 GetTextParagraphExport()->exportTextStyles( bUsed in _ExportStyles()
/AOO42X/main/sw/inc/
H A Deditsh.hxx276 sal_uInt16 GetTblFrmFmtCount( sal_Bool bUsed = sal_False ) const;
277 SwFrmFmt& GetTblFrmFmt(sal_uInt16 nFmt, sal_Bool bUsed = sal_False ) const;
336 sal_uInt16 GetFldTypeCount(sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False) const;
337 …SwFieldType* GetFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False)…
/AOO42X/main/autodoc/source/display/html/
H A Dhd_chlst.cxx560 bool bUsed = aArea.WasUsed_Area(); in PerformResult() local
561 pResult->rChildrenExist = bUsed; in PerformResult()
562 if ( bUsed ) in PerformResult()
/AOO42X/main/sdext/source/minimizer/
H A Dpagecollector.cxx146 aMasterPageEntity.bUsed = sal_False; in CollectMasterPages()
164 aIter->bUsed = sal_True; in CollectMasterPages()
/AOO42X/main/sc/source/core/data/
H A Ddpobject.cxx1414 bool bUsed = false; in ParseFilters() local
1418 for ( SCSIZE nDataPos=0; nDataPos<nDataFields && !bUsed; nDataPos++ ) in ParseFilters()
1432 bUsed = true; in ParseFilters()
1440 if ( !bUsed ) in ParseFilters()
1459 bUsed = true; in ParseFilters()
1468 if ( !bUsed ) in ParseFilters()
1498 bUsed = true; in ParseFilters()
1519 if ( !bUsed ) in ParseFilters()
/AOO42X/main/sc/source/ui/navipi/
H A Dcontent.cxx444 sal_Bool bUsed = sal_False; in KeyInput() local
453 bUsed = sal_True; in KeyInput()
476 bUsed = sal_True; in KeyInput()
486 bUsed = sal_True; in KeyInput()
543 if( !bUsed ) in KeyInput()
/AOO42X/main/svl/source/items/
H A Dstyle.cxx1095 sal_Bool SfxStyleSheetBasePool::Store( SvStream& rStream, sal_Bool bUsed ) in Store() argument
1104 if(!bUsed || p->IsUsed()) in Store()
1137 if(!bUsed || p->IsUsed()) in Store()
1181 if(!bUsed || p->IsUsed()) in Store()

123