Home
last modified time | relevance | path

Searched refs:maTrustFileLocLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx188 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()
360maTrustFileLocLB.SetSelectHdl( LINK( this, MacroSecurityTrustedSourcesTP, TrustFileLocLBSelectHdl … in MacroSecurityTrustedSourcesTP()
377 maTrustFileLocLB.Enable( !mbURLsReadonly ); in MacroSecurityTrustedSourcesTP()
[all …]
/AOO41X/main/xmlsecurity/inc/xmlsecurity/
H A Dmacrosecurity.hxx143 ListBox maTrustFileLocLB; member in MacroSecurityTrustedSourcesTP