Searched refs:bInQuotation (Results 1 – 2 of 2) sorted by relevance
179 bool bInQuotation = false; in lcl_getCellAddressFromXMLString() local182 ( bInQuotation || rXMLString[ nDelimiterPos ] != aDot )) in lcl_getCellAddressFromXMLString()189 bInQuotation = ! bInQuotation; in lcl_getCellAddressFromXMLString()252 bool bInQuotation = false; in lcl_getCellRangeAddressFromXMLString() local255 ( bInQuotation || rXMLString[ nDelimiterPos ] != aColon )) in lcl_getCellRangeAddressFromXMLString()262 bInQuotation = ! bInQuotation; in lcl_getCellRangeAddressFromXMLString()330 bool bInQuotation = false; in getCellRangeFromXMLString() local333 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString()340 bInQuotation = ! bInQuotation; in getCellRangeFromXMLString()
179 bool bInQuotation = false; in lcl_getCellAddressFromXMLString() local182 ( bInQuotation || rXMLString[ nDelimiterPos ] != aDot )) in lcl_getCellAddressFromXMLString()189 bInQuotation = ! bInQuotation; in lcl_getCellAddressFromXMLString()252 bool bInQuotation = false; in lcl_getCellRangeAddressFromXMLString() local255 ( bInQuotation || rXMLString[ nDelimiterPos ] != aColon )) in lcl_getCellRangeAddressFromXMLString()262 bInQuotation = ! bInQuotation; in lcl_getCellRangeAddressFromXMLString()336 bool bInQuotation = false; in getCellRangeFromXMLString() local339 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString()346 bInQuotation = ! bInQuotation; in getCellRangeFromXMLString()
Completed in 11 milliseconds