Searched refs:lValues (Results 1 – 9 of 9) sorted by relevance
/trunk/main/unotools/source/config/ |
H A D | securityoptions.cxx | 496 if( lValues.getLength() == c2 ) in LoadAuthors() 502 lValues[ i2 ] >>= aCert[ 0 ]; in LoadAuthors() 504 lValues[ i2 ] >>= aCert[ 1 ]; in LoadAuthors() 506 lValues[ i2 ] >>= aCert[ 2 ]; in LoadAuthors() 643 lValues[ nRealCount ] <<= lURLs; in Commit() 660 lValues[ nRealCount ] <<= m_bSigning; in Commit() 668 lValues[ nRealCount ] <<= m_bPrint; in Commit() 708 lValues[ nRealCount ] <<= m_nSecLevel; in Commit() 778 lValues[ nRealCount ] <<= m_bWarning; in Commit() 803 lValues.realloc(nRealCount); in Commit() [all …]
|
H A D | dynamicmenuoptions.cxx | 466 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 468 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl() 470 lValues[nPosition] >>= aItem.sImageIdentifier ; in SvtDynamicMenuOptions_Impl() 472 lValues[nPosition] >>= aItem.sTargetName ; in SvtDynamicMenuOptions_Impl() 484 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 486 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl() 488 lValues[nPosition] >>= aItem.sImageIdentifier ; in SvtDynamicMenuOptions_Impl() 490 lValues[nPosition] >>= aItem.sTargetName ; in SvtDynamicMenuOptions_Impl() 502 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 504 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl() [all …]
|
H A D | compatibility.cxx | 391 Sequence< Any > lValues = GetProperties( lNames ); in SvtCompatibilityOptions_Impl() local 408 lValues[ nPosition++ ] >>= aItem.sModule; in SvtCompatibilityOptions_Impl() 409 lValues[ nPosition++ ] >>= aItem.bUsePrtMetrics; in SvtCompatibilityOptions_Impl() 410 lValues[ nPosition++ ] >>= aItem.bAddSpacing; in SvtCompatibilityOptions_Impl() 411 lValues[ nPosition++ ] >>= aItem.bAddSpacingAtPages; in SvtCompatibilityOptions_Impl() 412 lValues[ nPosition++ ] >>= aItem.bUseOurTabStops; in SvtCompatibilityOptions_Impl() 413 lValues[ nPosition++ ] >>= aItem.bNoExtLeading; in SvtCompatibilityOptions_Impl() 414 lValues[ nPosition++ ] >>= aItem.bUseLineSpacing; in SvtCompatibilityOptions_Impl() 415 lValues[ nPosition++ ] >>= aItem.bAddTableSpacing; in SvtCompatibilityOptions_Impl() 416 lValues[ nPosition++ ] >>= aItem.bUseObjPos; in SvtCompatibilityOptions_Impl() [all …]
|
H A D | cmdoptions.cxx | 278 Sequence< Any > lValues = GetProperties ( lNames ); in SvtCommandOptions_Impl() local 283 …DBG_ASSERT( !(lNames.getLength()!=lValues.getLength()), "SvtCommandOptions_Impl::SvtCommandOptions… in SvtCommandOptions_Impl() 297 lValues[nItem] >>= sCmd; in SvtCommandOptions_Impl() 329 Sequence< Any > lValues = GetProperties ( lNames ); in Notify() local 334 …DBG_ASSERT( !(lNames.getLength()!=lValues.getLength()), "SvtCommandOptions_Impl::SvtCommandOptions… in Notify() 349 lValues[nItem] >>= sCmd; in Notify()
|
H A D | moduleoptions.cxx | 1000 const css::uno::Sequence< css::uno::Any > lValues = GetProperties( lProperties ); in impl_Read() local 1005 …OSL_ENSURE( !(lProperties.getLength()!=lValues.getLength()), "SvtModuleOptions_Impl::impl_Read()\n… in impl_Read() 1037 if (lValues[nPropertyStart+PROPERTYHANDLE_SHORTNAME] >>= sTemp) in impl_Read() 1039 if (lValues[nPropertyStart+PROPERTYHANDLE_TEMPLATEFILE] >>= sTemp) in impl_Read() 1041 if (lValues[nPropertyStart+PROPERTYHANDLE_WINDOWATTRIBUTES] >>= sTemp) in impl_Read() 1043 if (lValues[nPropertyStart+PROPERTYHANDLE_EMPTYDOCUMENTURL] >>= sTemp) in impl_Read() 1045 if (lValues[nPropertyStart+PROPERTYHANDLE_DEFAULTFILTER ] >>= sTemp) in impl_Read() 1047 if (lValues[nPropertyStart+PROPERTYHANDLE_ICON] >>= nTemp) in impl_Read()
|
H A D | configitem.cxx | 627 Sequence< Any > lValues; in GetProperties() local 628 impl_packLocalizedProperties( rNames, aRet, lValues ); in GetProperties() 629 aRet = lValues; in GetProperties() 647 Sequence< Any > lValues ; in PutProperties() local 657 impl_unpackLocalizedProperties( rNames, rValues, lNames, lValues ); in PutProperties() 659 pValues = lValues.getConstArray (); in PutProperties()
|
H A D | eventcfg.cxx | 242 Sequence< Any > lValues = GetProperties( lMacros ); in initBindingInfo() local 244 if( lValues.getLength() > 0 ) in initBindingInfo() 246 lValues[0] >>= sMacroURL; in initBindingInfo()
|
/trunk/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 307 css::uno::Sequence< css::uno::Any > lValues = GetProperties( lFullNames ); in read() local 308 …LOG_ASSERT2( lFullNames.getLength()!=lValues.getLength(), "HandlerCFGAccess::read()", "Miss some c… in read() 320 lValues[nTarget] >>= lTemp; in read()
|
/trunk/main/framework/source/jobs/ |
H A D | jobdata.cxx | 331 css::uno::Sequence< css::uno::Any > lValues(nCount); in setJobConfig() local 336 lValues[i] = m_lArguments[i].Value; in setJobConfig() 339 xArgumentList->setHierarchicalPropertyValues(lNames, lValues); in setJobConfig()
|
Completed in 106 milliseconds