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()
160 IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument
162 if (pInfo) in IMPL_LINK()
164 const SvxFieldData* pField = pInfo->GetField().GetField(); in IMPL_LINK()
168 SdrOutliner* pSdrOutliner = dynamic_cast< SdrOutliner* >( pInfo->GetOutliner() ); in IMPL_LINK()
191 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
192 pInfo->SetRepresentation( pDateField->GetFormatted( *GetNumberFormatter(), eLang ) ); in IMPL_LINK()
196 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
197 pInfo->SetRepresentation( pExtTimeField->GetFormatted( *GetNumberFormatter(), eLang ) ); in IMPL_LINK()
211 pInfo->SetRepresentation( pExtFileField->GetFormatted() ); in IMPL_LINK()
225 pInfo->SetRepresentation( pAuthorField->GetFormatted() ); in IMPL_LINK()
244 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
266 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
284 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
310 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
318 pInfo->SetRepresentation( pURLField->GetRepresentation() ); in IMPL_LINK()
322 pInfo->SetRepresentation( pURLField->GetURL() ); in IMPL_LINK()
331 pInfo->SetTxtColor( aConfig.GetColorValue(eEntry).nColor ); in IMPL_LINK()
335 pInfo->ClearFldColor(); in IMPL_LINK()
349 SdPage* pPage = GetCurrentPage( pViewSh, pInfo, bMasterView ); in IMPL_LINK()
391 LanguageType eLang = pInfo->GetOutliner()->GetLanguage( pInfo->GetPara(), pInfo->GetPos() ); in IMPL_LINK()
404 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()