Lines Matching refs:sal_Bool
67 sal_Bool bIsDefaultLanguage;/// format (of nFormatKey) has system language?
69 sal_Bool bStringType; /// is this a string (or a float) type?
70 sal_Bool bFormatOK; /// have we read a style:data-style-name attr.?
71 sal_Bool bTypeOK; /// have we read a value-type attribute?
72 sal_Bool bStringValueOK; /// have we read a string-value attr.?
73 sal_Bool bFloatValueOK; /// have we read any of the float attr.s?
74 sal_Bool bFormulaOK; /// have we read the formula attribute?
76 const sal_Bool bSetType; /// should PrepareField set the SetExp subtype?
77 const sal_Bool bSetValue; /// should PrepareField set content/value?
78 const sal_Bool bSetStyle; /// should PrepareField set NumberFormat?
79 const sal_Bool bSetFormula; /// should PrepareField set Formula?
81 const sal_Bool bStringDefault; /// default: string-value = content
82 const sal_Bool bFormulaDefault; /// default: formula = content
88 sal_Bool bType, /// process type (PrepareField)
89 sal_Bool bStyle, /// process data style (P.F.)
90 sal_Bool bValue, /// process value (Prep.Field)
91 sal_Bool bFormula); /// process formula (Prep.F.)
105 inline sal_Bool IsStringValue() { return bStringType; } in IsStringValue()
108 inline sal_Bool IsFormatOK() { return bFormatOK; } in IsFormatOK()
157 sal_Bool bDisplayFormula; /// display formula?(rather than value)
158 sal_Bool bDisplayNone; /// hide field?
160 sal_Bool bNameOK; /// sName was set
161 sal_Bool bFormulaOK; /// sFormula was set
162 sal_Bool bDescriptionOK; /// sDescription was set
163 sal_Bool bHelpOK; /// sHelp was set
164 sal_Bool bHintOK; /// sHint was set
165 sal_Bool bDisplayOK; /// sDisplayFormula/-None were set
167 sal_Bool bSetName; /// set sName with ???-property
168 sal_Bool bSetFormula; /// set Formula property
169 sal_Bool bSetFormulaDefault; /// use content as default for formula
170 sal_Bool bSetDescription; /// set sDescription with Hint-property
171 sal_Bool bSetHelp;
172 sal_Bool bSetHint;
173 sal_Bool bSetVisible; /// set IsVisible
174 sal_Bool bSetDisplayFormula; /// set DisplayFormula (sub type???)
175 sal_Bool bSetPresentation; /// set presentation frm elem. content?
189 sal_Bool bName, /// set sName with ???-property
190 sal_Bool bFormula, /// set Formula property
191 sal_Bool bFormulaDefault, /// use content as default for formula
192 sal_Bool bDescription, /// set sDescription with Hint-property
193 sal_Bool bHelp,
194 sal_Bool bHint,
195 sal_Bool bVisible, /// set IsVisible (display attr)
196 sal_Bool bDisplayFormula, /// set ??? (display attr.)
197 sal_Bool bType, /// set value type with ???-property
198 sal_Bool bStyle, /// set data style (NumberFormat-Prop.)
199 sal_Bool bValue, /// set value with Content/Value-Prop.
200 sal_Bool bPresentation); /// set presentation from elem. content
214 inline sal_Bool IsStringValue() { return aValueHelper.IsStringValue();} in IsStringValue()
215 inline sal_Bool IsNameOK() { return bNameOK; } in IsNameOK()
216 inline sal_Bool IsFormulaOK() { return bFormulaOK; } in IsFormulaOK()
217 inline sal_Bool IsDescriptionOK() { return bDescriptionOK; } in IsDescriptionOK()
218 inline sal_Bool IsDisplayOK() { return bDisplayOK; } in IsDisplayOK()
317 sal_Bool bName, /// see XMLTextFieldImportContext
318 sal_Bool bFormula, /// see XMLTextFieldImportContext
319 sal_Bool bFormulaDefault, /// see XMLTextFieldImportContext
320 sal_Bool bDescription, /// see XMLTextFieldImportContext
321 sal_Bool bHelp, /// see XMLTextFieldImportContext
322 sal_Bool bHint, /// see XMLTextFieldImportContext
323 sal_Bool bVisible, /// see XMLTextFieldImportContext
324 sal_Bool bDisplayFormula, /// see XMLTextFieldImportContext
325 sal_Bool bType, /// see XMLTextFieldImportContext
326 sal_Bool bStyle, /// see XMLTextFieldImportContext
327 sal_Bool bValue, /// see XMLTextFieldImportContext
328 sal_Bool bPresentation); /// see XMLTextFieldImportContext
337 sal_Bool FindFieldMaster(
441 sal_Bool bRefNameOK;
528 static sal_Bool FindFieldMaster(::com::sun::star::uno::Reference<
549 sal_Bool bFormulaOK;
551 sal_Bool bIsShowFormula;
589 sal_Bool bColumnOK;
591 sal_Bool bDisplay;
592 sal_Bool bDisplayOK;