Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx385 ::sal_Int32 nRealIndex = (nIndex-1); // COM dialog base on 1 ... filter container on 0 .-) in impl_sta_getCurrentFilter()
387 (nRealIndex >= 0 ) && in impl_sta_getCurrentFilter()
388 (m_lFilters.getFilter(nRealIndex, sTitle)) in impl_sta_getCurrentFilter()
391 else if ( nRealIndex == -1 ) // Dialog not visible yet in impl_sta_getCurrentFilter()
920 … ::sal_Int32 nRealIndex = (nFileType-1); // COM dialog base on 1 ... filter container on 0 .-) in impl_sta_ShowDialogModal()
922 if ( nRealIndex < lFilters.size() ) in impl_sta_ShowDialogModal()
924 LPCWSTR lpFilterExt = lFilters[nRealIndex].pszSpec; in impl_sta_ShowDialogModal()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx1136 sal_uLong nRealIndex = pPtr->getRealIndex(); in lcl_ExportRedline() local
1138 if ( nIndex > nRealIndex ) in lcl_ExportRedline()
1141 else if ( nIndex == nRealIndex ) in lcl_ExportRedline()

Completed in 27 milliseconds