Home
last modified time | relevance | path

Searched refs:aPropNames (Results 51 – 63 of 63) sorted by relevance

123

/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx222 Sequence< ::rtl::OUString > aPropNames( aNodeCount ); in getInfo() local
227 aPropNames[aNodeInd] = ::rtl::OUString::createFromAscii( "Store/Passwordstorage['" ); in getInfo()
228 aPropNames[aNodeInd] += aNodeNames[aNodeInd]; in getInfo()
229 aPropNames[aNodeInd] += ::rtl::OUString::createFromAscii( "']/Password" ); in getInfo()
232 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aPropNames ); in getInfo()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx341 Sequence< OUString > aPropNames( nCount ); in createNewContent() local
430 aPropNames[ n ] = rName; in createNewContent()
522 rInfo.Type, aPropNames, aPropValues, xData, rNewContent ); in createNewContent()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx237 static const char* aPropNames[] = in GetPropertyNames() local
242 const int nCount = sizeof( aPropNames ) / sizeof( const char* ); in GetPropertyNames()
248 *pNames = ::rtl::OUString::createFromAscii( aPropNames[i++] ); in GetPropertyNames()
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx386 static const char* aPropNames[] = in GetPropertyNames() local
408 const int nCount = sizeof( aPropNames ) / sizeof( const char* ); in GetPropertyNames()
412 pNames[i] = OUString::createFromAscii( aPropNames[i] ); in GetPropertyNames()
H A Dfltrcfg.cxx303 static const char* aPropNames[] = in GetPropertyNames() local
320 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
H A Dlingucfg.cxx1452 uno::Sequence< rtl::OUString > aPropNames( xNA2->getElementNames() ); in HasVendorImages() local
1453 sal_Int32 nProps = aPropNames.getLength(); in HasVendorImages()
1454 const rtl::OUString *pPropNames = aPropNames.getConstArray(); in HasVendorImages()
/trunk/main/sw/source/ui/envelp/
H A Denvimg.cxx297 static const char* aPropNames[] = in GetPropertyNames() local
317 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx479 static const char* aPropNames[] = in GetPropertyNames() local
523 const int nCount = sizeof(aPropNames)/sizeof(const char*); in GetPropertyNames()
527 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1726 Sequence< rtl::OUString > aPropNames(1); in lcl_ApplyResolverToNestedContainees() local
1727 aPropNames[0] = aPropName; in lcl_ApplyResolverToNestedContainees()
1751 xMultiPropSet->firePropertiesChangeEvent( aPropNames, xListener ); in lcl_ApplyResolverToNestedContainees()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx108 Sequence< rtl::OUString > aPropNames( 1 ); in SvxHtmlExportModeConfigItem_Impl() local
109 aPropNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Browser" ) ); in SvxHtmlExportModeConfigItem_Impl()
110 Sequence< Any > aPropValues( GetProperties( aPropNames ) ); in SvxHtmlExportModeConfigItem_Impl()
/trunk/main/sw/source/ui/inc/
H A Dusrpref.hxx113 com::sun::star::uno::Sequence<rtl::OUString> aPropNames; member in SwWebColorConfig
/trunk/main/package/source/xstor/
H A Dxstorage.cxx123 uno::Sequence< ::rtl::OUString > aPropNames( 1 ); in completeStorageStreamCopy_Impl() local
124 aPropNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ); in completeStorageStreamCopy_Impl()
128 aPropNames.realloc( 3 ); in completeStorageStreamCopy_Impl()
129 aPropNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ); in completeStorageStreamCopy_Impl()
130aPropNames[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseCommonStoragePasswordEncryption"… in completeStorageStreamCopy_Impl()
139 aPropNames.realloc( 2 ); in completeStorageStreamCopy_Impl()
140 aPropNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ); in completeStorageStreamCopy_Impl()
143 for ( int ind = 0; ind < aPropNames.getLength(); ind++ ) in completeStorageStreamCopy_Impl()
144 …xDestProps->setPropertyValue( aPropNames[ind], xSourceProps->getPropertyValue( aPropNames[ind] ) ); in completeStorageStreamCopy_Impl()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx590 Sequence< ::rtl::OUString > aPropNames( aNames.size() ); in InitializeForm() local
591 ::std::copy( aNames.begin(), aNames.end(), aPropNames.getArray() ); in InitializeForm()
597 xFormMultiSet->setPropertyValues( aPropNames, aPropValues ); in InitializeForm()

Completed in 136 milliseconds

123