Lines Matching refs:sal_Bool
52 sal_Bool bByRow;
53 sal_Bool bHasHeader;
54 sal_Bool bDoSize;
55 sal_Bool bKeepFmt;
56 sal_Bool bStripData;
58 sal_Bool bSortCaseSens;
59 sal_Bool bIncludePattern;
60 sal_Bool bSortInplace;
61 sal_Bool bSortUserDef;
66 sal_Bool bDoSort[MAXSORT];
68 sal_Bool bAscending[MAXSORT];
72 sal_Bool bQueryInplace;
73 sal_Bool bQueryCaseSens;
74 sal_Bool bQueryRegExp;
75 sal_Bool bQueryDuplicate;
79 sal_Bool bDoQuery[MAXQUERY];
82 sal_Bool bQueryByString[MAXQUERY];
87 sal_Bool bIsAdvanced; // sal_True if created by advanced filter
90 sal_Bool bSubRemoveOnly;
91 sal_Bool bSubReplace;
92 sal_Bool bSubPagebreak;
93 sal_Bool bSubCaseSens;
94 sal_Bool bSubDoSort;
95 sal_Bool bSubAscending;
96 sal_Bool bSubIncludePattern;
97 sal_Bool bSubUserDef;
99 sal_Bool bDoSubTotal[MAXSUBTOTAL];
105 sal_Bool bDBImport;
108 sal_Bool bDBNative;
109 sal_Bool bDBSelection; // nicht im Param: Wenn Selektion, Update sperren
110 sal_Bool bDBSql; // aDBStatement ist SQL und kein Name
114 sal_Bool bAutoFilter; // AutoFilter? (nicht gespeichert)
115 sal_Bool bModified; // wird bei UpdateReference gesetzt/geloescht
123 sal_Bool bByR = sal_True, sal_Bool bHasH = sal_True);
131 sal_Bool operator== (const ScDBData& rData) const;
144 sal_Bool IsByRow() const { return bByRow; } in IsByRow()
145 void SetByRow(sal_Bool bByR) { bByRow = bByR; } in SetByRow()
146 sal_Bool HasHeader() const { return bHasHeader; } in HasHeader()
147 void SetHeader(sal_Bool bHasH) { bHasHeader = bHasH; } in SetHeader()
150 sal_Bool IsDoSize() const { return bDoSize; } in IsDoSize()
151 void SetDoSize(sal_Bool bSet) { bDoSize = bSet; } in SetDoSize()
152 sal_Bool IsKeepFmt() const { return bKeepFmt; } in IsKeepFmt()
153 void SetKeepFmt(sal_Bool bSet) { bKeepFmt = bSet; } in SetKeepFmt()
154 sal_Bool IsStripData() const { return bStripData; } in IsStripData()
155 void SetStripData(sal_Bool bSet) { bStripData = bSet; } in SetStripData()
167 SC_DLLPUBLIC sal_Bool GetAdvancedQuerySource(ScRange& rSource) const;
176 sal_Bool IsDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Bool bStartOnly) const;
177 sal_Bool IsDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
179 sal_Bool HasImportParam() const { return bDBImport; } in HasImportParam()
180 sal_Bool HasQueryParam() const { return bDoQuery[0]; } in HasQueryParam()
181 sal_Bool HasSortParam() const { return bDoSort[0]; } in HasSortParam()
182 sal_Bool HasSubTotalParam() const { return bDoSubTotal[0]; } in HasSubTotalParam()
184 sal_Bool HasImportSelection() const { return bDBSelection; } in HasImportSelection()
185 void SetImportSelection(sal_Bool bSet) { bDBSelection = bSet; } in SetImportSelection()
187 sal_Bool HasAutoFilter() const { return bAutoFilter; } in HasAutoFilter()
188 void SetAutoFilter(sal_Bool bSet) { bAutoFilter = bSet; } in SetAutoFilter()
190 sal_Bool IsModified() const { return bModified; } in IsModified()
191 void SetModified(sal_Bool bMod) { bModified = bMod; } in SetModified()
205 …ScDBCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, ScDocument* pD… in ScDBCollection()
219 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
220 ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Bool bStartOnly) const;
229 sal_Bool SearchName( const String& rName, sal_uInt16& rIndex ) const;
241 virtual sal_Bool Insert(ScDataObject* pScDataObject);