Home
last modified time | relevance | path

Searched refs:bAllowRelative (Results 1 – 8 of 8) sorted by path

/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx779 bool bAllowRelative ) const;
802 bool bAllowRelative ) const;
828 bool bAllowRelative,
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1388 …te lclProcessRef( ApiCellRangeList& orRanges, const Any& rData, bool bAllowRelative, sal_Int32 nFi… in lclProcessRef() argument
1394 sal_Int32 nForbiddenFlags = bAllowRelative ? FORBIDDEN_FLAGS_DEL : FORBIDDEN_FLAGS_REL; in lclProcessRef()
1576 const ApiTokenSequence& rTokens, bool bAllowRelative ) const in extractCellAddress()
1579 …if( extractCellRange( aRange, rTokens, bAllowRelative ) && (aRange.StartColumn == aRange.EndColumn… in extractCellAddress()
1590 const ApiTokenSequence& rTokens, bool bAllowRelative ) const in extractCellRange()
1593 lclProcessRef( aRanges, extractReference( rTokens ), bAllowRelative, -1 ); in extractCellRange()
1603 const ApiTokenSequence& rTokens, bool bAllowRelative, sal_Int32 nFilterBySheet ) const in extractCellRangeList() argument
1621 …pCode == OPCODE_PUSH ) eState = lclProcessRef( orRanges, aIt->Data, bAllowRelative, nFilterByShee… in extractCellRangeList()
1629 …pCode == OPCODE_PUSH ) eState = lclProcessRef( orRanges, aIt->Data, bAllowRelative, nFilterByShee… in extractCellRangeList()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx783 …l_getSystemPathFromFileURL( rtl_uString *strURL, rtl_uString **pustrPath, sal_Bool bAllowRelative ) in _osl_getSystemPathFromFileURL() argument
847 else if ( bAllowRelative ) /* This maybe a relative file URL */ in _osl_getSystemPathFromFileURL()
1028 rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative) in osl_getSystemPathFromFileURL_Ex() argument
1030 return _osl_getSystemPathFromFileURL( ustrFileURL, pustrSystemPath, bAllowRelative); in osl_getSystemPathFromFileURL_Ex()
1037 if (bAllowRelative in osl_getSystemPathFromFileURL_Ex()
H A Dfile_url.h157 …thFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative);
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx416 rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative) in osl_getSystemPathFromFileURL_Ex() argument
423 if (bAllowRelative || (UNICHAR_SLASH == temp->buffer[0])) in osl_getSystemPathFromFileURL_Ex()
H A Dfile_url.h41 …thFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative);
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx711 …l_getSystemPathFromFileURL( rtl_uString *strURL, rtl_uString **pustrPath, sal_Bool bAllowRelative ) in _osl_getSystemPathFromFileURL() argument
818 else if ( bAllowRelative ) /* This maybe a relative file URL */ in _osl_getSystemPathFromFileURL()
H A Dfile_url.h80 sal_Bool bAllowRelative

Completed in 40 milliseconds