Searched refs:bIsString (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDDELinks.cxx | 131 sal_Bool bIsString = ScMatrix::IsNonValueType( nType); in WriteTable() local 136 bPrevString = bIsString; in WriteTable() 137 if( bIsString ) in WriteTable() 147 sal_Bool bString(bIsString); in WriteTable() 148 if( bIsString ) in WriteTable()
|
H A D | XMLExportDataPilot.hxx | 48 const sal_Bool bIsString, const double dVal, const String& sVal) const;
|
H A D | XMLExportDataPilot.cxx | 77 const sal_Bool bIsString, const double dVal, const String& sVal) const in getDPOperatorXML() argument 89 if (!bIsString && sVal == EMPTY_STRING) in getDPOperatorXML()
|
/aoo41x/main/sfx2/source/control/ |
H A D | sorgitm.cxx | 90 sal_Bool bIsString = sal_False; in QueryValue() local 97 bIsString = sal_True; in QueryValue() 105 if ( bIsString ) in QueryValue()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 4567 bool bIsString = true; in IterateParametersIf() local 4582 bIsString = false; in IterateParametersIf() 4599 bIsString = false; in IterateParametersIf() 4615 bIsString = false; in IterateParametersIf() 4736 if (!bIsString) in IterateParametersIf() 4910 sal_Bool bIsString = sal_True; in ScCountIf() local 4960 bIsString = sal_False; in ScCountIf() 5031 if (!bIsString) in ScCountIf() 5126 bool bIsString = true; in IterateParametersIfs() local 5174 bIsString = false; in IterateParametersIfs() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 516 sal_Bool bIsString = sal_False; in QueryValue() local 534 bIsString = sal_True; in QueryValue() 538 bIsString = sal_True; in QueryValue() 542 bIsString = sal_True; in QueryValue() 546 bIsString = sal_True; in QueryValue() 550 bIsString = sal_True; in QueryValue() 554 bIsString = sal_True; in QueryValue() 562 if ( bIsString ) in QueryValue()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1140 sal_Bool bIsString = aEffectiveDefault.getValueType().getTypeClass() == TypeClass_STRING; in TransferFormComponentProperties() local 1141 OSL_ENSURE(bIsString || aEffectiveDefault.getValueType().getTypeClass() == TypeClass_DOUBLE, in TransferFormComponentProperties() 1145 if (hasProperty(sPropDefaultDate, xNewProps) && !bIsString) in TransferFormComponentProperties() 1152 if (hasProperty(sPropDefaultTime, xNewProps) && !bIsString) in TransferFormComponentProperties() 1158 …y(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE), xNewProps) && !bIsString) in TransferFormComponentProperties() 1163 if (hasProperty(sPropDefaultText, xNewProps) && bIsString) in TransferFormComponentProperties()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtflde.cxx | 2025 sal_Bool bIsString = ( GetIntProperty(sPropertySubType, xPropSet) in ExportFieldDeclarations() local 2034 bIsString, in ExportFieldDeclarations() 2048 bIsString, in ExportFieldDeclarations() 2360 sal_Bool bIsString, /// do we process a string or a number? in ProcessValueAndType() argument 2372 if (bIsString) in ProcessValueAndType()
|
/aoo41x/main/xmloff/inc/ |
H A D | txtflde.hxx | 339 sal_Bool bIsString, /// do we process a string or a number?
|
Completed in 88 milliseconds