Home
last modified time | relevance | path

Searched refs:nFileType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/l10ntools/source/
H A Dgsiconv.cxx41 sal_uInt16 nFileType = GSI_FILE_UNKNOWN; in GetGSIFileType() local
52 nFileType = GSI_FILE_OLDSTYLE; in GetGSIFileType()
54 nFileType = GSI_FILE_L10NFRAMEWORK; in GetGSIFileType()
59 return nFileType; in GetGSIFileType()
63 ByteString GetGSILineId( const ByteString &rLine, sal_uInt16 nFileType ) in GetGSILineId() argument
67 switch ( nFileType ) { in GetGSILineId()
88 ByteString GetGSILineLangId( const ByteString &rLine, sal_uInt16 nFileType ) in GetGSILineLangId() argument
92 switch ( nFileType ) { in GetGSILineLangId()
108 rtl_TextEncoding nEncoding, sal_uInt16 nFileType ) in ConvertGSILine() argument
111 switch ( nFileType ) { in ConvertGSILine()
[all …]
/AOO42X/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx916 UINT nFileType; in impl_sta_ShowDialogModal() local
917 hResult = iDialog->GetFileTypeIndex(&nFileType); in impl_sta_ShowDialogModal()
918 if ( SUCCEEDED(hResult) && nFileType > 0 ) in impl_sta_ShowDialogModal()
920 … ::sal_Int32 nRealIndex = (nFileType-1); // COM dialog base on 1 ... filter container on 0 .-) in impl_sta_ShowDialogModal()
/AOO42X/main/sfx2/source/appl/
H A Dlinkmgr2.cxx441 sal_uInt16 nFileType, in InsertFileLink() argument
456 return InsertLink( &rLink, nFileType, sfx2::LINKUPDATE_ONCALL, &sCmd ); in InsertFileLink()
/AOO42X/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx103 sal_uInt16 nFileType,