Searched refs:Stamp (Results 1 – 5 of 5) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 94 aAuthorBtn.SetClickHdl( LINK( this, SvxPostItDialog, Stamp ) ); in SvxPostItDialog() 215 IMPL_LINK( SvxPostItDialog, Stamp, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
|
/trunk/main/sal/osl/unx/ |
H A D | profile.c | 2133 osl_TStamp Stamp; in acquireProfile() local 2141 Stamp = OslProfile_getFileStamp(pProfile->m_pFile); in acquireProfile() 2143 if (memcmp(&Stamp, &(pProfile->m_Stamp), sizeof(osl_TStamp))) in acquireProfile() 2145 pProfile->m_Stamp = Stamp; in acquireProfile()
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 1889 osl_TStamp Stamp; in acquireProfile() local 1896 Stamp = getFileStamp(pProfile->m_pFile); in acquireProfile() 1898 if (memcmp(&Stamp, &(pProfile->m_Stamp), sizeof(osl_TStamp))) in acquireProfile() 1900 pProfile->m_Stamp = Stamp; in acquireProfile()
|
/trunk/main/cui/source/inc/ |
H A D | postdlg.hxx | 113 DECL_LINK( Stamp, Button* );
|
/trunk/main/sal/osl/w32/ |
H A D | profile.cxx | 2213 osl_TStamp Stamp; in acquireProfile() local 2222 Stamp = getFileStamp(pProfile->m_pFile); in acquireProfile() 2224 if (memcmp(&Stamp, &(pProfile->m_Stamp), sizeof(osl_TStamp))) in acquireProfile() 2226 pProfile->m_Stamp = Stamp; in acquireProfile()
|
Completed in 56 milliseconds