Home
last modified time | relevance | path

Searched refs:FSYS_DOS (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/svl/source/misc/
H A Durihelper.cxx765 if ((eStyle & INetURLObject::FSYS_DOS) != 0 && rEnd - nPos >= 3 in FindFirstURLInText()
781 INetURLObject::FSYS_DOS); in FindFirstURLInText()
792 else if ((eStyle & INetURLObject::FSYS_DOS) != 0 && rEnd - nPos >= 2 in FindFirstURLInText()
811 INetURLObject::FSYS_DOS); in FindFirstURLInText()
929 { INetURLObject::FSYS_DOS, in queryFSysStyle()
932 | INetURLObject::FSYS_DOS) }, in queryFSysStyle()
/AOO42X/main/tools/source/fsys/
H A Durlobj.cxx619 | INetURLObject::FSYS_DOS in guessFSysStyleByCounting()
629 = eStyle & INetURLObject::FSYS_DOS ? in guessFSysStyleByCounting()
653 INetURLObject::FSYS_DOS : INetURLObject::FSYS_MAC; in guessFSysStyleByCounting()
767 if (eStyle & FSYS_DOS in setAbsURIRef()
790 else if (eStyle & FSYS_DOS in setAbsURIRef()
1053 if ((eStyle & FSYS_DOS) != 0 in setAbsURIRef()
1079 if (eStyle & FSYS_DOS in setAbsURIRef()
1119 if (eStyle & FSYS_DOS in setAbsURIRef()
1149 if (eStyle & (FSYS_UNX | FSYS_DOS | FSYS_MAC)) in setAbsURIRef()
1159 case FSYS_DOS: in setAbsURIRef()
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dxehelper.cxx929 String aDosUrl( INetURLObject( rUrl ).getFSysPath( INetURLObject::FSYS_DOS ) ); in lclConvertToDos()
934 String aDosBase( INetURLObject( rBasePath ).getFSysPath( INetURLObject::FSYS_DOS ) ); in lclConvertToDos()
H A Dxecontent.cxx481 String aDosName( INetURLObject( rUrl ).getFSysPath( INetURLObject::FSYS_DOS ) ); in BuildFileName()
1424 String aWebQueryUrl( aUrlObj.getFSysPath( INetURLObject::FSYS_DOS ) ); in XclExpWebQueryBuffer()
H A Dxihelper.cxx649 String aDosBase( INetURLObject( rRoot.GetBasePath() ).getFSysPath( INetURLObject::FSYS_DOS ) ); in DecodeUrl()
/AOO42X/main/tools/inc/tools/
H A Durlobj.hxx307 FSYS_DOS = 0x4, enumerator
387 FSYS_DETECT = FSYS_VOS | FSYS_UNX | FSYS_DOS
/AOO42X/main/tools/workben/
H A Durltest.cxx151 if (eStyle & INetURLObject::FSYS_DOS) in toString()
1072 | INetURLObject::FSYS_DOS in main()
/AOO42X/main/svtools/source/control/
H A Dinettbc.cxx566 …Object::FSysStyle >( INetURLObject::FSYS_VOS | INetURLObject::FSYS_UNX | INetURLObject::FSYS_DOS ); in ParseSmart()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx144 String aDosName( INetURLObject( rUrl ).getFSysPath( INetURLObject::FSYS_DOS ) ); in BuildFileName()