Searched refs:aServiceType (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 135 Sequence< Any > aServiceType( 1 ); in IMPL_LINK_INLINE_END() local 136 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in IMPL_LINK_INLINE_END() 137 xInit->initialize( aServiceType ); in IMPL_LINK_INLINE_END() 416 Sequence< Any > aServiceType( 1 ); in IMPL_LINK() local 417 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in IMPL_LINK() 418 xInit->initialize( aServiceType ); in IMPL_LINK() 557 Sequence< Any > aServiceType( 1 ); in IMPL_LINK() local 558 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in IMPL_LINK() 559 xInit->initialize( aServiceType ); in IMPL_LINK()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside3.cxx | 710 Sequence <Any> aServiceType(1); in SaveDialog() local 711 aServiceType[0] <<= TemplateDescription::FILESAVE_AUTOEXTENSION_PASSWORD; in SaveDialog() 713 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in SaveDialog() 976 Sequence <Any> aServiceType(1); in implImportDialog() local 977 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in implImportDialog() 979 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in implImportDialog()
|
H A D | baside2.cxx | 464 Sequence <Any> aServiceType(1); in LoadBasic() local 465 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in LoadBasic() 467 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in LoadBasic() 520 Sequence <Any> aServiceType(1); in SaveBasicSource() local 521 aServiceType[0] <<= TemplateDescription::FILESAVE_AUTOEXTENSION_PASSWORD; in SaveBasicSource() 523 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in SaveBasicSource()
|
H A D | moduldl2.cxx | 784 Sequence <Any> aServiceType(1); in InsertLib() local 785 aServiceType[0] <<= TemplateDescription::FILEOPEN_SIMPLE; in InsertLib() 787 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in InsertLib() 1282 Sequence <Any> aServiceType(1); in ExportAsPackage() local 1283 aServiceType[0] <<= TemplateDescription::FILESAVE_SIMPLE; in ExportAsPackage() 1285 …RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" ) ), aServiceType ), UNO_QUERY ); in ExportAsPackage()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 2092 Sequence< Any > aServiceType( 1 ); in StartJob() local 2093 aServiceType[0] <<= TemplateDescription::FILESAVE_SIMPLE; in StartJob() 2094 xInit->initialize( aServiceType ); in StartJob()
|
Completed in 45 milliseconds