Home
last modified time | relevance | path

Searched refs:pAuthorField (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/app/
H A Dsdpopup.cxx160 const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField; in Fill() local
161 SvxAuthorField aAuthorField( *pAuthorField ); in Fill()
163 if( pAuthorField->GetType() == SVXAUTHORTYPE_FIX ) in Fill()
173 CheckItem( (sal_uInt16) ( pAuthorField->GetFormat() ) + 3 ); in Fill()
296 const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField; in GetField() local
313 if( pAuthorField->GetFormat() != eFormat || in GetField()
314 pAuthorField->GetType() != eType ) in GetField()
H A Dsdmod2.cxx186 const SvxAuthorField* pAuthorField = 0; in IMPL_LINK() local
214 else if( (pAuthorField = dynamic_cast< const SvxAuthorField* >( pField )) != 0 ) in IMPL_LINK()
216 if( pAuthorField->GetType() != SVXAUTHORTYPE_FIX ) in IMPL_LINK()
221 pAuthorField->GetType(), pAuthorField->GetFormat() ); in IMPL_LINK()
223 *(const_cast< SvxAuthorField* >(pAuthorField)) = aAuthorField; in IMPL_LINK()
225 pInfo->SetRepresentation( pAuthorField->GetFormatted() ); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Ddlgfield.cxx262 const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField; in FillFormatList() local
263 SvxAuthorField aAuthorField( *pAuthorField ); in FillFormatList()
271 aLbFormat.SelectEntryPos( (sal_uInt16) ( pAuthorField->GetFormat() ) ); in FillFormatList()
314 const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField; in FillControls() local
315 SvxAuthorField aAuthorField( *pAuthorField ); in FillControls()
317 if( pAuthorField->GetType() == SVXAUTHORTYPE_FIX ) in FillControls()

Completed in 22 milliseconds