Lines Matching refs:pURLBox
176 SvtURLBox* pURLBox = new SvtURLBox( pParent ); in CreateItemWindow() local
177 pURLBox->SetOpenHdl( LINK( this, SfxURLToolBoxControl_Impl, OpenHdl ) ); in CreateItemWindow()
178 pURLBox->SetSelectHdl( LINK( this, SfxURLToolBoxControl_Impl, SelectHdl ) ); in CreateItemWindow()
180 return pURLBox; in CreateItemWindow()
185 SvtURLBox* pURLBox = GetURLBox(); in IMPL_LINK() local
186 String aName( pURLBox->GetURL() ); in IMPL_LINK()
188 if ( !pURLBox->IsTravelSelect() && aName.Len() ) in IMPL_LINK()
196 SvtURLBox* pURLBox = GetURLBox(); in IMPL_LINK() local
197 OpenURL( pURLBox->GetURL(), pURLBox->IsCtrlOpen() ); in IMPL_LINK()
259 SvtURLBox* pURLBox = GetURLBox(); in StateChanged() local
260 pURLBox->Clear(); in StateChanged()
280 pURLBox->InsertEntry(sFile); in StateChanged()
282 pURLBox->InsertEntry(sMainURL); in StateChanged()
292 pURLBox->SetText( aURL.PathToFileName() ); in StateChanged()
295 pURLBox->SetText( aURL.GetURLNoPass() ); in StateChanged()