Lines Matching refs:pInfo
85 static SdPage* GetCurrentPage( sd::ViewShell* pViewSh, EditFieldInfo* pInfo, bool& bMasterView ) in GetCurrentPage() argument
87 if( !pInfo ) in GetCurrentPage()
91 SdPage* pPage = dynamic_cast< SdPage* >( pInfo->GetSdrPage() ); in GetCurrentPage()
92 SdrOutliner* pOutliner = dynamic_cast< SdrOutliner* >( pInfo->GetOutliner() ); in GetCurrentPage()
112 long nPos = pInfo->GetPara(); in GetCurrentPage()
162 IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument
164 if (pInfo) in IMPL_LINK()
166 const SvxFieldData* pField = pInfo->GetField().GetField(); in IMPL_LINK()
170 SdrOutliner* pSdrOutliner = dynamic_cast< SdrOutliner* >( pInfo->GetOutliner() ); in IMPL_LINK()
193 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
194 pInfo->SetRepresentation( pDateField->GetFormatted( *GetNumberFormatter(), eLang ) ); in IMPL_LINK()
198 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
199 pInfo->SetRepresentation( pExtTimeField->GetFormatted( *GetNumberFormatter(), eLang ) ); in IMPL_LINK()
213 pInfo->SetRepresentation( pExtFileField->GetFormatted() ); in IMPL_LINK()
227 pInfo->SetRepresentation( pAuthorField->GetFormatted() ); in IMPL_LINK()
246 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
268 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
286 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
312 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
320 pInfo->SetRepresentation( pURLField->GetRepresentation() ); in IMPL_LINK()
324 pInfo->SetRepresentation( pURLField->GetURL() ); in IMPL_LINK()
333 pInfo->SetTxtColor( aConfig.GetColorValue(eEntry).nColor ); in IMPL_LINK()
337 pInfo->ClearFldColor(); in IMPL_LINK()
351 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
393 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
406 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()