/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDDELinks.cxx | 56 const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue) in CellsEqual() argument 58 if (bEmpty == bPrevEmpty) in CellsEqual() 59 if (bEmpty) in CellsEqual() 72 void ScXMLExportDDELinks::WriteCell(const sal_Bool bEmpty, const sal_Bool bString, const String& sV… in WriteCell() argument 75 if (!bEmpty) in WriteCell() 146 sal_Bool bEmpty(!pMatVal); in WriteTable() local 154 bEmpty, bString, sValue, fValue)) in WriteTable() 160 bPrevEmpty = bEmpty; in WriteTable()
|
H A D | XMLDDELinksContext.cxx | 190 if( aItr->bEmpty ) in EndElement() 418 bEmpty(sal_True), in ScXMLDDECellContext() 444 bEmpty = sal_False; in ScXMLDDECellContext() 450 bEmpty = sal_False; in ScXMLDDECellContext() 482 aCell.bEmpty = bEmpty; in EndElement()
|
H A D | XMLExportDDELinks.hxx | 37 const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue); 38 …void WriteCell(const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const doub…
|
H A D | XMLTrackedChangesContext.cxx | 283 sal_Bool bEmpty; member in ScXMLChangeCellContext 1125 bEmpty(sal_True), in ScXMLChangeCellContext() 1145 bEmpty = sal_False; in ScXMLChangeCellContext() 1188 bEmpty = sal_False; in ScXMLChangeCellContext() 1192 bEmpty = sal_False; in ScXMLChangeCellContext() 1199 bEmpty = sal_False; in ScXMLChangeCellContext() 1224 bEmpty = sal_False; in CreateChildContext() 1271 if (!bEmpty) in EndElement()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 1111 m_aHeaderLst.Enable(!bEmpty); in DisplayData() 1112 m_aFooterLst.Enable(!bEmpty); in DisplayData() 1113 m_aGroupOnLst.Enable(!bEmpty); in DisplayData() 1116 m_aOrderLst.Enable(!bEmpty); in DisplayData() 1118 m_aFL3.Enable(!bEmpty); in DisplayData() 1119 m_aHeader.Enable(!bEmpty); in DisplayData() 1120 m_aFooter.Enable(!bEmpty); in DisplayData() 1121 m_aGroupOn.Enable(!bEmpty); in DisplayData() 1122 m_aGroupInterval.Enable(!bEmpty); in DisplayData() 1123 m_aKeepTogether.Enable(!bEmpty); in DisplayData() [all …]
|
/aoo41x/main/svl/source/items/ |
H A D | poolio.cxx | 429 bool bEmpty = true; in readTheItems() local 431 for ( n = 0; bEmpty && n < pOldArr->size(); ++n ) in readTheItems() 432 bEmpty = pOldArr->operator[](n) == 0; in readTheItems() 433 DBG_ASSERTWARNING( bEmpty, "loading non-empty pool" ); in readTheItems() 434 if ( !bEmpty ) in readTheItems() 924 int bEmpty = sal_True; in Load1_Impl() local 926 for ( size_t n = 0; bEmpty && n < pOldArr->size(); ++n ) in Load1_Impl() 927 bEmpty = pOldArr->operator[](n) == 0; in Load1_Impl() 928 DBG_ASSERTWARNING( bEmpty, "loading non-empty pool" ); in Load1_Impl() 929 if ( !bEmpty ) in Load1_Impl()
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.cxx | 36 if (bEmpty==sal_True) { in Union() 43 bEmpty=sal_False; in Union() 179 if (bRes==sal_True && aBoundingBox.bEmpty==sal_True) in Read() 311 if (aBox.bEmpty==sal_True) break; in CalcBoundingBox() 353 if (aBox.bEmpty==sal_True) break; in CalcBoundingBox()
|
H A D | dxfreprd.hxx | 39 sal_Bool bEmpty; member in DXFBoundingBox 47 DXFBoundingBox() { bEmpty=sal_True; } in DXFBoundingBox()
|
/aoo41x/main/svx/source/table/ |
H A D | tablemodel.cxx | 1111 bool bEmpty = true; in optimize() local 1112 for( sal_Int32 nRow = 0; (nRow < getRowCountImpl()) && bEmpty; nRow++ ) in optimize() 1116 bEmpty = false; in optimize() 1119 if( bEmpty ) in optimize() 1148 bool bEmpty = true; in optimize() local 1149 for( nCol = 0; (nCol < getColumnCountImpl()) && bEmpty; nCol++ ) in optimize() 1153 bEmpty = false; in optimize() 1156 if( bEmpty ) in optimize()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unofored.cxx | 201 sal_Bool bEmpty = sal_True; // we found no item inside the selektion of this paragraph in GetSvxEditEngineItemState() local 234 if( bEmpty ) in GetSvxEditEngineItemState() 235 bEmpty = sal_False; in GetSvxEditEngineItemState() 243 if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) ) in GetSvxEditEngineItemState() 284 if( bEmpty ) in GetSvxEditEngineItemState()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 70 bool bEmpty = false; in lclFillListBox() local 80 bEmpty = true; in lclFillListBox() 84 return bEmpty; in lclFillListBox() 90 bool bEmpty = false; in lclFillListBox() local 100 bEmpty = true; in lclFillListBox() 103 return bEmpty; in lclFillListBox()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | frmsidebarwincontainer.cxx | 150 bool bEmpty( true ); in empty() local 156 bEmpty = (*aFrmIter).second.empty(); in empty() 159 return bEmpty; in empty()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | region.cxx | 1640 bool bEmpty(rRegion.IsEmpty()); in operator <<() local 1642 if(!bEmpty && rRegion.getB2DPolyPolygon() && 0 == rRegion.getB2DPolyPolygon()->count()) in operator <<() 1645 bEmpty = true; in operator <<() 1648 if(!bEmpty && rRegion.getPolyPolygon() && 0 == rRegion.getPolyPolygon()->Count()) in operator <<() 1651 bEmpty = true; in operator <<() 1654 if(bEmpty) in operator <<()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 553 sal_Bool bEmpty : 1; member 557 bEmpty( sal_True ){} in SwFillData() 651 pFillData->bEmpty = sal_False; in _GetCrsrOfst() 1486 rFill.bEmpty = sal_True; in FillCrsrPos() 1510 if( rFill.bEmpty ) in FillCrsrPos() 1548 if( FILL_INDENT != rFill.Mode() && ( rFill.bEmpty || in FillCrsrPos() 1560 if( !rFill.bEmpty || nIndent > nRight ) in FillCrsrPos() 1710 if( !rFill.bEmpty ) in FillCrsrPos()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dociter.cxx | 1974 sal_Bool bEmpty = sal_True; in ScHorizontalAttrIterator() local 1993 bEmpty = sal_False; // Attribute gefunden in ScHorizontalAttrIterator() 2000 if (bEmpty) in ScHorizontalAttrIterator() 2002 bRowEmpty = bEmpty; in ScHorizontalAttrIterator() 2042 sal_Bool bEmpty = sal_True; in GetNext() local 2060 bEmpty = sal_False; // Attribute gefunden in GetNext() 2075 bEmpty = sal_False; // Bereich noch nicht zuende in GetNext() 2078 if (bEmpty) in GetNext() 2087 bRowEmpty = bEmpty; in GetNext()
|
/aoo41x/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 447 bool bEmpty = false; in parseSearchArgument() local 458 bEmpty = true; in parseSearchArgument() 462 if (!(bTerm || bEmpty)) in parseSearchArgument()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1028 sal_Bool bEmpty; in IsEmptyCellText() local 1030 bEmpty = pThisRowInfo->pCellInfo[nX+1].bEmptyCellText; in IsEmptyCellText() 1034 if ( !bEmpty && ( nX < nX1 || nX > nX2 || !pThisRowInfo ) ) in IsEmptyCellText() 1046 bEmpty = sal_True; in IsEmptyCellText() 1050 bEmpty = sal_True; in IsEmptyCellText() 1055 bEmpty = sal_True; in IsEmptyCellText() 1060 return bEmpty; in IsEmptyCellText() 1386 sal_Bool bEmpty = nX < nX1 || pInfo->bEmptyCellText; in DrawStrings() local 1400 bEmpty = sal_True; in DrawStrings() 1419 if ( bEmpty && !bMergeEmpty && nX < nX1 && !bOverlapped ) in DrawStrings() [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | passwd.cxx | 75 if ( !bEmpty ) in IMPL_LINK() 107 bEmpty ( bAllowEmptyPasswords ) in SvxPasswordDialog()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 257 sal_Bool bEmpty = sal_False; in SV_IMPL_OP_PTRARR_SORT() local 262 bEmpty = sal_True; in SV_IMPL_OP_PTRARR_SORT() 269 bEmpty = (nIdx != nStt) && (nIdx != nStt-1); in SV_IMPL_OP_PTRARR_SORT() 270 if( !bEmpty || nIdx > nStt ) in SV_IMPL_OP_PTRARR_SORT() 275 if( bEmpty ) in SV_IMPL_OP_PTRARR_SORT() 283 bEmpty = sal_False; in SV_IMPL_OP_PTRARR_SORT() 285 if( bEmpty ) in SV_IMPL_OP_PTRARR_SORT()
|
H A D | htmlfld.cxx | 601 sal_Bool bEmpty = aContents.Len() == 0; in InsertCommentText() local 602 if( !bEmpty ) in InsertCommentText() 606 if( bEmpty && pTag ) in InsertCommentText()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 457 bool bEmpty = false; in isSkip() local 458 if( getPropertyValue( bEmpty, in isSkip() 461 bEmpty ) in isSkip()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 651 sal_Bool bEmpty = sal_True; in InvalidateFeature_Impl() local 655 bEmpty = m_aFeaturesToInvalidate.empty(); in InvalidateFeature_Impl() 656 if (!bEmpty) in InvalidateFeature_Impl() 659 while(!bEmpty) in InvalidateFeature_Impl() 690 bEmpty = m_aFeaturesToInvalidate.empty(); in InvalidateFeature_Impl() 691 if (!bEmpty) in InvalidateFeature_Impl()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetFilterable.idl | 51 @param bEmpty 57 createFilterDescriptor( [in] boolean bEmpty );
|
H A D | XConsolidatable.idl | 54 @param bEmpty 61 [in] boolean bEmpty );
|
H A D | XSubTotalCalculatable.idl | 55 @param bEmpty 61 [in] boolean bEmpty );
|