| /AOO42X/main/tools/inc/tools/ |
| H A D | datetime.hxx | 35 class TOOLS_DLLPUBLIC DateTime : public Date, public Time 83 TOOLS_DLLPUBLIC friend DateTime operator +( const DateTime& rDateTime, long nDays ); 84 TOOLS_DLLPUBLIC friend DateTime operator -( const DateTime& rDateTime, long nDays ); 85 TOOLS_DLLPUBLIC friend DateTime operator +( const DateTime& rDateTime, double fTimeInDays ); 86 TOOLS_DLLPUBLIC friend DateTime operator -( const DateTime& rDateTime, double fTimeInDays ) in operator -() 88 TOOLS_DLLPUBLIC friend DateTime operator +( const DateTime& rDateTime, const Time& rTime ); 89 TOOLS_DLLPUBLIC friend DateTime operator -( const DateTime& rDateTime, const Time& rTime ); 90 …TOOLS_DLLPUBLIC friend double operator -( const DateTime& rDateTime1, const DateTime& rDateTime2… 91 TOOLS_DLLPUBLIC friend long operator -( const DateTime& rDateTime, const Date& rDate ) in operator -()
|
| H A D | pstm.hxx | 49 class TOOLS_DLLPUBLIC SvClassManager 60 class TOOLS_DLLPUBLIC SvRttiBase : public SvRefBase 114 TOOLS_DLLPUBLIC friend SvPersistStream& operator >> ( SvPersistStream & rStm, 122 SV_DECL_REF_LIST_VISIBILITY(SuperSvPersistBase,SuperSvPersistBase*,TOOLS_DLLPUBLIC) 125 class TOOLS_DLLPUBLIC SvPersistBaseMemberList : public SuperSvPersistBaseMemberList 132 …TOOLS_DLLPUBLIC friend SvPersistStream& operator << (SvPersistStream &, const SvPersistBaseMemberL… 133 …TOOLS_DLLPUBLIC friend SvPersistStream& operator >> (SvPersistStream &, SvPersistBaseMemberList &); 159 class TOOLS_DLLPUBLIC SvPersistStream : public SvStream 246 TOOLS_DLLPUBLIC friend SvPersistStream& operator << (SvPersistStream &, SvPersistBase *); 247 TOOLS_DLLPUBLIC friend SvPersistStream& operator >> (SvPersistStream &, SvPersistBase * &);
|
| H A D | debug.hxx | 138 TOOLS_DLLPUBLIC void* DbgFunc( sal_uInt16 nAction, void* pData = NULL ); 202 TOOLS_DLLPUBLIC DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ); 329 TOOLS_DLLPUBLIC void DbgStartStackTree(); 330 TOOLS_DLLPUBLIC void DbgEndStackTree(); 341 TOOLS_DLLPUBLIC void DbgOut( const sal_Char* pMsg, sal_uInt16 nOutType = DBG_OUT_TRACE, 343 TOOLS_DLLPUBLIC void DbgPrintShell(char const * message); 344 TOOLS_DLLPUBLIC void DbgOutTypef( sal_uInt16 nOutType, const sal_Char* pFStr, ... ); 345 TOOLS_DLLPUBLIC void DbgOutf( const sal_Char* pFStr, ... ); 346 TOOLS_DLLPUBLIC void ImpDbgOutfBuf( sal_Char* pBuf, const sal_Char* pFStr, ... ); 366 TOOLS_DLLPUBLIC void DbgProf( sal_uInt16 nAction, DbgDataType* ); [all …]
|
| H A D | errinf.hxx | 65 class TOOLS_DLLPUBLIC DynamicErrorInfo : public ErrorInfo 106 class TOOLS_DLLPUBLIC StringErrorInfo : public DynamicErrorInfo 121 class TOOLS_DLLPUBLIC TwoStringErrorInfo: public DynamicErrorInfo 143 class TOOLS_DLLPUBLIC MessageInfo : public DynamicErrorInfo 165 class TOOLS_DLLPUBLIC ErrorContext 194 class TOOLS_DLLPUBLIC ErrorHandler 227 class TOOLS_DLLPUBLIC SimpleErrorHandler : private ErrorHandler
|
| H A D | fract.hxx | 34 class TOOLS_DLLPUBLIC Fraction 81 …TOOLS_DLLPUBLIC friend sal_Bool operator==( const Fraction& rVal1, const Fraction& rVal2 … 83 …TOOLS_DLLPUBLIC friend sal_Bool operator< ( const Fraction& rVal1, const Fraction& rVal2 … 84 …TOOLS_DLLPUBLIC friend sal_Bool operator> ( const Fraction& rVal1, const Fraction& rVal2 … 88 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Fraction& rFract ); 89 TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const Fraction& rFract );
|
| H A D | tenccvt.hxx | 39 TOOLS_DLLPUBLIC rtl_TextEncoding GetExtendedCompatibilityTextEncoding( rtl_TextEncoding eEncoding ); 44 TOOLS_DLLPUBLIC rtl_TextEncoding GetExtendedTextEncoding( rtl_TextEncoding eEncoding ); 49 TOOLS_DLLPUBLIC rtl_TextEncoding GetOneByteTextEncoding( rtl_TextEncoding eEncoding ); 51 TOOLS_DLLPUBLIC rtl_TextEncoding GetSOLoadTextEncoding( rtl_TextEncoding eEncoding, sal_uInt16 nVer… 52 TOOLS_DLLPUBLIC rtl_TextEncoding GetSOStoreTextEncoding( rtl_TextEncoding eEncoding, sal_uInt16 nVe…
|
| H A D | stream.hxx | 131 class TOOLS_DLLPUBLIC SvLockBytes: public virtual SvRefBase 179 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes 238 class TOOLS_DLLPUBLIC SvStream 719 TOOLS_DLLPUBLIC SvStream& endl( SvStream& rStr ); 721 TOOLS_DLLPUBLIC SvStream& endlu( SvStream& rStr ); 723 TOOLS_DLLPUBLIC SvStream& endlub( SvStream& rStr ); 729 class TOOLS_DLLPUBLIC SvFileStream : public SvStream 781 class TOOLS_DLLPUBLIC SvMemoryStream : public SvStream 854 class TOOLS_DLLPUBLIC SvDataCopyStream
|
| H A D | poly.hxx | 111 class TOOLS_DLLPUBLIC Polygon 227 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Polygon& rPoly ); 228 TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const Polygon& rPoly ); 248 class TOOLS_DLLPUBLIC PolyPolygon 325 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, PolyPolygon& rPolyPoly ); 326 …TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const PolyPolygon& rPolyPoly );
|
| H A D | date.hxx | 42 class TOOLS_DLLPUBLIC Date 108 TOOLS_DLLPUBLIC friend Date operator +( const Date& rDate, long nDays ); 109 TOOLS_DLLPUBLIC friend Date operator -( const Date& rDate, long nDays ); 110 TOOLS_DLLPUBLIC friend long operator -( const Date& rDate1, const Date& rDate2 );
|
| H A D | tools.h | 30 TOOLS_DLLPUBLIC void InitTools(); 31 TOOLS_DLLPUBLIC void DeInitTools(); 32 TOOLS_DLLPUBLIC void GlobalDeInitTools();
|
| H A D | bigint.hxx | 46 class TOOLS_DLLPUBLIC BigInt 129 TOOLS_DLLPUBLIC friend sal_Bool operator==( const BigInt& rVal1, const BigInt& rVal2 ); 131 TOOLS_DLLPUBLIC friend sal_Bool operator< ( const BigInt& rVal1, const BigInt& rVal2 ); 132 TOOLS_DLLPUBLIC friend sal_Bool operator> ( const BigInt& rVal1, const BigInt& rVal2 );
|
| H A D | svborder.hxx | 30 class TOOLS_DLLPUBLIC SvBorder 87 TOOLS_DLLPUBLIC Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder ); 88 TOOLS_DLLPUBLIC Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder );
|
| H A D | globname.hxx | 57 class TOOLS_DLLPUBLIC SvGlobalName 84 TOOLS_DLLPUBLIC friend SvStream & operator >> ( SvStream &, SvGlobalName & ); 85 TOOLS_DLLPUBLIC friend SvStream & operator << ( SvStream &, const SvGlobalName & );
|
| H A D | time.hxx | 35 class TOOLS_DLLPUBLIC Time 104 TOOLS_DLLPUBLIC friend Time operator +( const Time& rTime1, const Time& rTime2 ); 105 TOOLS_DLLPUBLIC friend Time operator -( const Time& rTime1, const Time& rTime2 );
|
| H A D | gen.hxx | 86 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Pair& rPair ); 87 TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const Pair& rPair ); 384 class TOOLS_DLLPUBLIC Rectangle 455 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Rectangle& rRect ); 456 TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const Rectangle& rRect );
|
| H A D | multisel.hxx | 50 class TOOLS_DLLPUBLIC MultiSelection 111 class TOOLS_DLLPUBLIC StringRangeEnumerator 130 class TOOLS_DLLPUBLIC Iterator
|
| H A D | fsys.hxx | 168 class TOOLS_DLLPUBLIC FileStat 240 class TOOLS_DLLPUBLIC DirEntry 382 class TOOLS_DLLPUBLIC FileCopier 440 class TOOLS_DLLPUBLIC Dir : public DirEntry
|
| H A D | color.hxx | 113 class TOOLS_DLLPUBLIC Color 189 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Color& rColor ); 190 TOOLS_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStream, const Color& rColor );
|
| H A D | b3dtrans.hxx | 70 class TOOLS_DLLPUBLIC B3dTransformationSet 269 class TOOLS_DLLPUBLIC B3dViewport : public B3dTransformationSet 302 class TOOLS_DLLPUBLIC B3dCamera : public B3dViewport
|
| H A D | testtoolloader.hxx | 31 TOOLS_DLLPUBLIC void InitTestToolLib(); 32 TOOLS_DLLPUBLIC void DeInitTestToolLib();
|
| H A D | toolsdllapi.h | 30 #define TOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT macro 32 #define TOOLS_DLLPUBLIC SAL_DLLPUBLIC_IMPORT macro
|
| H A D | inetstrm.hxx | 52 class TOOLS_DLLPUBLIC INetIStream 221 class TOOLS_DLLPUBLIC INetMIMEMessageStream : public INetMessageIOStream
|
| H A D | geninfo.hxx | 42 class TOOLS_DLLPUBLIC GenericInformation : public ByteString // the key is stored in base class 189 class TOOLS_DLLPUBLIC GenericInformationList : public GenericInformationList_Impl
|
| H A D | inetmsg.hxx | 298 class TOOLS_DLLPUBLIC INetRFC822Message : public INetMessage 492 class TOOLS_DLLPUBLIC INetMIMEMessage : public INetRFC822Message
|
| H A D | extendapplicationenvironment.hxx | 34 TOOLS_DLLPUBLIC void extendApplicationEnvironment();
|