Lines Matching refs:FeatureURL

114             if ( aFeature->second.aURL.Main == _rState.FeatureURL.Main )  in statusChanged()
412 struct FeatureURL struct
417 FeatureURL( const sal_Int16 _nFormFeature, const sal_Char* _pAsciiURL ) in FeatureURL() function
423 const FeatureURL* lcl_getFeatureTable() in lcl_getFeatureTable()
425 static const FeatureURL s_aFeatureURLs[] = in lcl_getFeatureTable()
427 FeatureURL( FormFeature::MoveAbsolute, URL_FORM_POSITION ), in lcl_getFeatureTable()
428 FeatureURL( FormFeature::TotalRecords, URL_FORM_RECORDCOUNT ), in lcl_getFeatureTable()
429 FeatureURL( FormFeature::MoveToFirst, URL_RECORD_FIRST ), in lcl_getFeatureTable()
430 FeatureURL( FormFeature::MoveToPrevious, URL_RECORD_PREV ), in lcl_getFeatureTable()
431 FeatureURL( FormFeature::MoveToNext, URL_RECORD_NEXT ), in lcl_getFeatureTable()
432 FeatureURL( FormFeature::MoveToLast, URL_RECORD_LAST ), in lcl_getFeatureTable()
433 FeatureURL( FormFeature::SaveRecordChanges, URL_RECORD_SAVE ), in lcl_getFeatureTable()
434 FeatureURL( FormFeature::UndoRecordChanges, URL_RECORD_UNDO ), in lcl_getFeatureTable()
435 FeatureURL( FormFeature::MoveToInsertRow, URL_RECORD_NEW ), in lcl_getFeatureTable()
436 FeatureURL( FormFeature::DeleteRecord, URL_RECORD_DELETE ), in lcl_getFeatureTable()
437 FeatureURL( FormFeature::ReloadForm, URL_FORM_REFRESH ), in lcl_getFeatureTable()
438FeatureURL( FormFeature::RefreshCurrentControl, URL_FORM_REFRESH_CURRENT_CONTROL ), in lcl_getFeatureTable()
439 FeatureURL( FormFeature::SortAscending, URL_FORM_SORT_UP ), in lcl_getFeatureTable()
440 FeatureURL( FormFeature::SortDescending, URL_FORM_SORT_DOWN ), in lcl_getFeatureTable()
441 FeatureURL( FormFeature::InteractiveSort, URL_FORM_SORT ), in lcl_getFeatureTable()
442 FeatureURL( FormFeature::AutoFilter, URL_FORM_AUTO_FILTER ), in lcl_getFeatureTable()
443 FeatureURL( FormFeature::InteractiveFilter, URL_FORM_FILTER ), in lcl_getFeatureTable()
444 FeatureURL( FormFeature::ToggleApplyFilter, URL_FORM_APPLY_FILTER ), in lcl_getFeatureTable()
445 FeatureURL( FormFeature::RemoveFilterAndSort, URL_FORM_REMOVE_FILTER ), in lcl_getFeatureTable()
446 FeatureURL( 0, NULL ) in lcl_getFeatureTable()
455 const FeatureURL* pFeatures = lcl_getFeatureTable(); in getFeatureURLAscii()
468 const FeatureURL* pFeatures = lcl_getFeatureTable(); in getFeatureId()