Home
last modified time | relevance | path

Searched defs:_osl_TProfileImpl (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sal/osl/os2/
H A Dprofile.c130 typedef struct _osl_TProfileImpl struct
132 sal_uInt32 m_Flags;
133 osl_TFile* m_pFile;
134 osl_TStamp m_Stamp;
136 sal_uInt32 m_NoLines;
137 sal_uInt32 m_MaxLines;
138 sal_uInt32 m_NoSections;
139 sal_uInt32 m_MaxSections;
140 sal_Char** m_Lines;
141 rtl_uString *m_strFileName;
[all …]
/aoo42x/main/sal/osl/unx/
H A Dprofile.c120 typedef struct _osl_TProfileImpl struct
122 sal_uInt32 m_Flags;
123 osl_TFile* m_pFile;
124 osl_TStamp m_Stamp;
126 sal_uInt32 m_NoLines;
127 sal_uInt32 m_MaxLines;
128 sal_uInt32 m_NoSections;
129 sal_uInt32 m_MaxSections;
130 sal_Char** m_Lines;
131 osl_TProfileSection* m_Sections;
[all …]
/aoo42x/main/sal/osl/w32/
H A Dprofile.cxx128 typedef struct _osl_TProfileImpl struct
130 sal_uInt32 m_Flags;
131 osl_TFile* m_pFile;
132 osl_TStamp m_Stamp;
133 sal_uInt32 m_NoLines;
134 sal_uInt32 m_MaxLines;
135 sal_uInt32 m_NoSections;
136 sal_uInt32 m_MaxSections;
137 sal_Char** m_Lines;
138 rtl_uString *m_strFileName;
[all …]

Completed in 48 milliseconds