Home
last modified time | relevance | path

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

123

/aoo41x/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1315 if( !bUsed ) in TabKeyInput()
1355 if( !bUsed ) in TabKeyInput()
1374 bUsed = sal_True; in TabKeyInput()
1377 if (!bUsed) in TabKeyInput()
1457 bUsed = sal_True; in TabKeyInput()
1461 bUsed = sal_True; in TabKeyInput()
1465 bUsed = sal_True; in TabKeyInput()
1469 bUsed = sal_True; in TabKeyInput()
1481 bUsed = sal_True; in TabKeyInput()
1526 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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 ) ;
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx3017 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()
3080 bUsed = sal_True; in KeyInput()
3089 bUsed = sal_True; in KeyInput()
3166 bUsed = sal_True; in KeyInput()
3223 return bUsed; in KeyInput()
3243 bUsed = sal_True; in InputCommand()
[all …]
/aoo41x/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()
/aoo41x/main/sc/source/filter/excel/
H A Dxestyle.cxx911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() local
912 if( !bUsed ) in CheckItems()
927 return bUsed; in CheckItems()
1377 bool bUsed = false; in FillFromItemSet() local
1389 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_INDENT, bStyle ); in FillFromItemSet()
1397 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_WRITINGDIR, bStyle ); in FillFromItemSet()
1409 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_STACKED, bStyle ); in FillFromItemSet()
1442 return bUsed; in FillFromItemSet()
1578 bool bUsed = false; in FillFromItemSet() local
1623 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_BORDER, bStyle ); in FillFromItemSet()
[all …]
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx2501 if( !bUsed ) in First()
2578 if( !(bIsSearchUsed && bUsed )) in First()
2725 if( !bUsed ) in First()
2756 if( !bUsed ) in First()
2782 if( !bUsed ) in First()
2855 sal_Bool bUsed = sal_False; in AppendStyleList() local
2860 bUsed = rDoc.IsPoolTxtCollUsed( nId ); in AppendStyleList()
2863 bUsed = rDoc.IsPoolFmtUsed( nId ); in AppendStyleList()
2866 bUsed = rDoc.IsPoolFmtUsed( nId ); in AppendStyleList()
2868 bUsed = rDoc.IsPoolPageDescUsed( nId ); in AppendStyleList()
[all …]
/aoo41x/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 ==()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/inc/
H A Deditsh.hxx278 sal_uInt16 GetTblFrmFmtCount( sal_Bool bUsed = sal_False ) const;
279 SwFrmFmt& GetTblFrmFmt(sal_uInt16 nFmt, sal_Bool bUsed = sal_False ) const;
338 sal_uInt16 GetFldTypeCount(sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False) const;
339 …SwFieldType* GetFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False)…
/aoo41x/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()
/aoo41x/main/sdext/source/minimizer/
H A Dpagecollector.cxx146 aMasterPageEntity.bUsed = sal_False; in CollectMasterPages()
164 aIter->bUsed = sal_True; in CollectMasterPages()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()

Completed in 209 milliseconds

123