Searched refs:bAllowRelative (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 783 …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 D | file_url.h | 157 …thFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative);
|
/aoo42x/main/oox/source/xls/ |
H A D | formulabase.cxx | 1388 …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()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | formulabase.hxx | 779 bool bAllowRelative ) const; 802 bool bAllowRelative ) const; 828 bool bAllowRelative,
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 416 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 D | file_url.h | 41 …thFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath, sal_Bool bAllowRelative);
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_url.h | 80 sal_Bool bAllowRelative
|
H A D | file_url.cxx | 711 …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()
|
Completed in 92 milliseconds