/aoo42x/main/sal/osl/unx/ |
H A D | file_stat.cxx | 49 pStat->eType = osl_File_Type_Link; in set_file_type() 53 pStat->eType = osl_File_Type_Regular; in set_file_type() 55 pStat->eType = osl_File_Type_Fifo; in set_file_type() 57 pStat->eType = osl_File_Type_Socket; in set_file_type() 59 pStat->eType = osl_File_Type_Special; in set_file_type() 61 pStat->eType = osl_File_Type_Unknown; in set_file_type() 186 pStat->aAccessTime.Nanosec = 0; in set_file_access_time() 193 pStat->aModifyTime.Nanosec = 0; in set_file_modify_time() 246 pStat->uValidFields = 0; in setup_osl_getFileStatus() 279 set_file_type(file_stat, pStat); in osl_getFileStatus() [all …]
|
/aoo42x/main/sal/rtl/source/ |
H A D | tres.c | 200 if ( pStat ) in rtl_tres_create_funcstate() 202 pStat->m_next = pStat; /* init ptr to next struct */ in rtl_tres_create_funcstate() 203 pStat->m_prev = pStat; /* init ptr to prev struct */ in rtl_tres_create_funcstate() 206 pStat->m_flags = 0; /* init flags */ in rtl_tres_create_funcstate() 213 rtl_tres_setbit(pStat, rtl_tres_Flag_OK); in rtl_tres_create_funcstate() 216 return ( pStat ); in rtl_tres_create_funcstate() 309 if ( pStat ) in rtl_tres_create_cmpstate() 311 pStat->m_next = pStat; /* init next with this */ in rtl_tres_create_cmpstate() 312 pStat->m_prev = pStat; /* init prev with this */ in rtl_tres_create_cmpstate() 313 pStat->m_msg = NULL; in rtl_tres_create_cmpstate() [all …]
|
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 386 pStat->idChunk = m_ulChunkID; in GetChunk() 387 pStat->breakType = CHUNK_NO_BREAK; in GetChunk() 388 pStat->flags = CHUNK_TEXT; in GetChunk() 389 pStat->locale = ChunkLCID; in GetChunk() 394 pStat->cwcStartSource = 0; in GetChunk() 395 pStat->cwcLenSource = 0; in GetChunk() 423 pStat->idChunk = m_ulChunkID; in GetChunk() 424 pStat->breakType = CHUNK_EOS; in GetChunk() 425 pStat->flags = CHUNK_VALUE; in GetChunk() 431 pStat->cwcStartSource = 0; in GetChunk() [all …]
|
H A D | ooofilt.hxx | 109 STAT_CHUNK * pStat);
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlmeta.cxx | 153 for (struct statistic const* pStat = s_stats; pStat->name != 0; in SetStatistics() local 154 ++pStat) { in SetStatistics() 155 if (i_rStats[i].Name.equalsAscii(pStat->name)) { in SetStatistics() 158 if (pStat->target16 != 0) { in SetStatistics() 159 aDocStat.*(pStat->target16) in SetStatistics() 162 aDocStat.*(pStat->target32) in SetStatistics() 165 nTokens |= pStat->token; in SetStatistics()
|
/aoo42x/main/tools/source/fsys/ |
H A D | dirent.cxx | 733 pStat( 0 ), in DirEntry() 758 pStat( rOrig.pStat ? new FileStat(*rOrig.pStat) : 0 ), in DirEntry() 789 : pStat( 0 ) in DirEntry() 845 : pStat( 0 ) in DirEntry() 899 : pStat( 0 ) in DirEntry() 925 delete pStat; in ~DirEntry()
|
/aoo42x/main/tools/inc/tools/ |
H A D | fsys.hxx | 246 FileStat* pStat; // optional member in DirEntry 283 FileStat* ImpGetStat() const { return pStat; } in ImpGetStat() 284 void ImpSetStat( FileStat *p ) { pStat = p; } in ImpSetStat()
|
H A D | stream.hxx | 170 virtual ErrCode Stat(SvLockBytesStat * pStat, SvLockBytesStatFlag) const;
|
/aoo42x/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 134 ErrCode XMXLockBytes::Stat( SvLockBytesStat* pStat, SvLockBytesStatFlag /*eFlag*/ ) const in Stat() argument 136 pStat->nSize = maSeq.getLength(); in Stat()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlimp.cxx | 980 for (const char** pStat = s_stats; *pStat != 0; ++pStat) { in SetStatistics() local 981 if (i_rStats[i].Name.equalsAscii(*pStat)) { in SetStatistics()
|
/aoo42x/main/svl/source/misc/ |
H A D | strmadpt.cxx | 193 ErrCode SvOutputStreamOpenLockBytes::Stat(SvLockBytesStat * pStat, in Stat() argument 196 if (pStat) in Stat() 197 pStat->nSize = m_nPosition; in Stat()
|
/aoo42x/main/forms/source/component/ |
H A D | imgprod.cxx | 171 ErrCode ImgProdLockBytes::Stat( SvLockBytesStat* pStat, SvLockBytesStatFlag eFlag ) const in Stat() argument 174 return SvLockBytes::Stat( pStat, eFlag ); in Stat() 178 pStat->nSize = maSeq.getLength(); in Stat()
|
/aoo42x/main/svx/workben/ |
H A D | edittest.cxx | 1369 IMPL_LINK( EditMainWindow, ShowStatus, EditStatus *, pStat ) in IMPL_LINK() argument 1373 …if ( ( pStat->GetStatusWord() & EE_STAT_TEXTWIDTHCHANGED ) || ( pStat->GetStatusWord() & EE_STAT_T… in IMPL_LINK() 1384 if ( pStat->GetStatusWord() & EE_STAT_HSCROLL ) in IMPL_LINK() 1386 if ( pStat->GetStatusWord() & EE_STAT_VSCROLL ) in IMPL_LINK()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1585 ErrCode UcbLockBytes::Stat( SvLockBytesStat *pStat, SvLockBytesStatFlag) const in Stat() argument 1593 if (!pStat) in Stat() 1611 pStat->nSize = sal_uLong(xSeekable->getLength()); in Stat()
|
/aoo42x/main/svl/inc/svl/ |
H A D | strmadpt.hxx | 59 virtual ErrCode Stat(SvLockBytesStat * pStat, SvLockBytesStatFlag) const;
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 260 ErrCode SvLockBytes::Stat(SvLockBytesStat * pStat, SvLockBytesStatFlag) const in Stat() argument 268 if (pStat) in Stat() 271 pStat->nSize = m_pStream->Seek(STREAM_SEEK_TO_END); in Stat()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 155 virtual ErrCode Stat ( SvLockBytesStat *pStat, SvLockBytesStatFlag) const;
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 1964 for (const char** pStat = s_stats; *pStat != 0; ++pStat) { in SetStatistics() local 1965 if (i_rStats[i].Name.equalsAscii(*pStat)) { in SetStatistics()
|