Searched refs:shortnames (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletonmaker.cxx | 166 options.shortnames = true; 169 options.shortnames = true; 173 options.shortnames = true; 220 options.shortnames = true;
|
H A D | cpptypemaker.cxx | 90 o << ((options.shortnames) ? "css::uno::Sequence< " : in printType() 94 o << ((options.shortnames) ? "css::uno::Reference< " : in printType() 100 false, options.shortnames && referenceType > 0); in printType() 245 o << ((options.shortnames) ? " throw (css::uno::RuntimeException" : in printExceptionSpecification() 505 o << ((options.shortnames) ? " throw (css::uno::RuntimeException)" : in printMethods() 559 o << ((options.shortnames) ? " throw (css::uno::RuntimeException)" : in printMethods() 667 o << ((options.shortnames) ? "(css::uno::Reference< css" : in printConstructionMethods()
|
H A D | skeletoncommon.hxx | 48 shortnames(false), supportpropertysetmixin(false), in ProgramOptions() 55 bool shortnames; member
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | shortcut.pm | 570 my @shortnames = (); # to collect all short names 590 $shortcut{'Name'} = get_shortcut_name($onelink, \@shortnames, $onelanguage); # localized name 644 $shortcut{'Name'} = get_shortcut_name($onelink, \@shortnames, $onelanguage); # localized name
|
H A D | directory.pm | 525 my @shortnames = (); 526 …if ( $installer::globals::prepare_winpatch ) { @shortnames = values(%installer::globals::saved83di… 544 …rtstring = installer::windows::idtglobal::make_eight_three_conform($hostname, "dir", \@shortnames);
|
H A D | file.pm | 1050 my %shortnames = (); 1053 $file->{'short_name'} = generate_filename_for_filetable($file, \%shortnames);
|
Completed in 36 milliseconds