Home
last modified time | relevance | path

Searched refs:bEmpty (Results 1 – 25 of 70) sorted by relevance

123

/trunk/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx56 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 DXMLDDELinksContext.cxx190 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 DXMLExportDDELinks.hxx37 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 DXMLTrackedChangesContext.cxx283 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()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1111 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 …]
/trunk/main/svl/source/items/
H A Dpoolio.cxx429 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()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx36 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 Ddxfreprd.hxx39 sal_Bool bEmpty; member in DXFBoundingBox
47 DXFBoundingBox() { bEmpty=sal_True; } in DXFBoundingBox()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx1111 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()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx201 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()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx69 bool bEmpty = false; in lclFillListBox() local
79 bEmpty = true; in lclFillListBox()
83 return bEmpty; in lclFillListBox()
89 bool bEmpty = false; in lclFillListBox() local
99 bEmpty = true; in lclFillListBox()
102 return bEmpty; in lclFillListBox()
/trunk/main/sw/source/ui/docvw/
H A Dfrmsidebarwincontainer.cxx150 bool bEmpty( true ); in empty() local
156 bEmpty = (*aFrmIter).second.empty(); in empty()
159 return bEmpty; in empty()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx1642 bool bEmpty(rRegion.IsEmpty()); in operator <<() local
1644 if(!bEmpty && rRegion.getB2DPolyPolygon() && 0 == rRegion.getB2DPolyPolygon()->count()) in operator <<()
1647 bEmpty = true; in operator <<()
1650 if(!bEmpty && rRegion.getPolyPolygon() && 0 == rRegion.getPolyPolygon()->Count()) in operator <<()
1653 bEmpty = true; in operator <<()
1656 if(bEmpty) in operator <<()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx553 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()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx1974 sal_Bool bEmpty = sal_True; in ScHorizontalAttrIterator() local
1993 bEmpty = sal_False; // Attribute found 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; // found Attribute in GetNext()
2075 bEmpty = sal_False; // Area not finished in GetNext()
2078 if (bEmpty) in GetNext()
2087 bRowEmpty = bEmpty; in GetNext()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1028 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 …]
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx447 bool bEmpty = false; in parseSearchArgument() local
458 bEmpty = true; in parseSearchArgument()
462 if (!(bTerm || bEmpty)) in parseSearchArgument()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx257 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 Dhtmlfld.cxx601 sal_Bool bEmpty = aContents.Len() == 0; in InsertCommentText() local
602 if( !bEmpty ) in InsertCommentText()
606 if( bEmpty && pTag ) in InsertCommentText()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx651 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()
/trunk/main/svx/source/dialog/
H A Dpasswd.cxx75 if ( !bEmpty ) in IMPL_LINK()
107 bEmpty ( bAllowEmptyPasswords ) in SvxPasswordDialog()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx457 bool bEmpty = false; in isSkip() local
458 if( getPropertyValue( bEmpty, in isSkip()
461 bEmpty ) in isSkip()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetFilterable.idl51 @param bEmpty
57 createFilterDescriptor( [in] boolean bEmpty );
H A DXConsolidatable.idl54 @param bEmpty
61 [in] boolean bEmpty );
H A DXSubTotalCalculatable.idl55 @param bEmpty
61 [in] boolean bEmpty );

Completed in 172 milliseconds

123