Lines Matching refs:maTrustFileLocLB
188 bool bLocationSelected = maTrustFileLocLB.GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND; in ImplCheckButtons()
259 if( maTrustFileLocLB.GetEntryPos( aNewPathStr ) == LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
261 maTrustFileLocLB.InsertEntry( aNewPathStr ); in IMPL_LINK()
276 sal_uInt16 nSel = maTrustFileLocLB.GetSelectEntryPos(); in IMPL_LINK()
279 maTrustFileLocLB.RemoveEntry( nSel ); in IMPL_LINK()
282 sal_uInt16 nNewCount = maTrustFileLocLB.GetEntryCount(); in IMPL_LINK()
287 maTrustFileLocLB.SelectEntryPos( nSel ); in IMPL_LINK()
343 ,maTrustFileLocLB ( this, XMLSEC_RES( LB_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
360 …maTrustFileLocLB.SetSelectHdl( LINK( this, MacroSecurityTrustedSourcesTP, TrustFileLocLBSelectHdl … in MacroSecurityTrustedSourcesTP()
377 maTrustFileLocLB.Enable( !mbURLsReadonly ); in MacroSecurityTrustedSourcesTP()
385 maTrustFileLocLB.InsertEntry( aSystemFileURL ); in MacroSecurityTrustedSourcesTP()
397 sal_uInt16 nEntryCnt = maTrustFileLocLB.GetEntryCount(); in ClosePage()
403 ::rtl::OUString aURL( maTrustFileLocLB.GetEntry( i ) ); in ClosePage()