Home
last modified time | relevance | path

Searched refs:bInQuotation (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/core/unocore/
H A DXMLRangeHelper.cxx179 bool bInQuotation = false; in lcl_getCellAddressFromXMLString() local
182 ( bInQuotation || rXMLString[ nDelimiterPos ] != aDot )) in lcl_getCellAddressFromXMLString()
189 bInQuotation = ! bInQuotation; in lcl_getCellAddressFromXMLString()
252 bool bInQuotation = false; in lcl_getCellRangeAddressFromXMLString() local
255 ( bInQuotation || rXMLString[ nDelimiterPos ] != aColon )) in lcl_getCellRangeAddressFromXMLString()
262 bInQuotation = ! bInQuotation; in lcl_getCellRangeAddressFromXMLString()
330 bool bInQuotation = false; in getCellRangeFromXMLString() local
333 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString()
340 bInQuotation = ! bInQuotation; in getCellRangeFromXMLString()
/aoo42x/main/chart2/source/tools/
H A DXMLRangeHelper.cxx179 bool bInQuotation = false; in lcl_getCellAddressFromXMLString() local
182 ( bInQuotation || rXMLString[ nDelimiterPos ] != aDot )) in lcl_getCellAddressFromXMLString()
189 bInQuotation = ! bInQuotation; in lcl_getCellAddressFromXMLString()
252 bool bInQuotation = false; in lcl_getCellRangeAddressFromXMLString() local
255 ( bInQuotation || rXMLString[ nDelimiterPos ] != aColon )) in lcl_getCellRangeAddressFromXMLString()
262 bInQuotation = ! bInQuotation; in lcl_getCellRangeAddressFromXMLString()
336 bool bInQuotation = false; in getCellRangeFromXMLString() local
339 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString()
346 bInQuotation = ! bInQuotation; in getCellRangeFromXMLString()

Completed in 24 milliseconds