/aoo42x/main/svtools/source/config/ |
H A D | optionsdrawinglayer.cxx | 387 sal_Int32 nProperty = 0; in SvtOptionsDrawinglayer_Impl() local 389 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtOptionsDrawinglayer_Impl() 393 switch( nProperty ) in SvtOptionsDrawinglayer_Impl() 405 seqValues[nProperty] >>= m_bPaintBuffer; in SvtOptionsDrawinglayer_Impl() 413 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl() 422 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl() 430 seqValues[nProperty] >>= m_nStripeLength; in SvtOptionsDrawinglayer_Impl() 525 seqValues[nProperty] >>= m_bAntiAliasing; in SvtOptionsDrawinglayer_Impl() 613 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit() local 615 switch( nProperty ) in Commit() [all …]
|
H A D | menuoptions.cxx | 249 sal_Int32 nProperty = 0 ; in SvtMenuOptions_Impl() local 250 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtMenuOptions_Impl() 255 switch( nProperty ) in SvtMenuOptions_Impl() 259 seqValues[nProperty] >>= m_bDontHideDisabledEntries; in SvtMenuOptions_Impl() 265 seqValues[nProperty] >>= m_bFollowMouse; in SvtMenuOptions_Impl() 326 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local 331 seqValues[nProperty] >>= m_bDontHideDisabledEntries; in Notify() 336 seqValues[nProperty] >>= m_bFollowMouse; in Notify() 370 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local 372 switch( nProperty ) in Commit() [all …]
|
H A D | miscopt.cxx | 285 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtMiscOptions_Impl() local 290 switch( nProperty ) in SvtMiscOptions_Impl() 298 m_bIsPluginsEnabledRO = seqRO[nProperty]; in SvtMiscOptions_Impl() 308 m_bIsSymbolsSizeRO = seqRO[nProperty]; in SvtMiscOptions_Impl() 318 m_bIsToolboxStyleRO = seqRO[nProperty]; in SvtMiscOptions_Impl() 345 if( seqValues[nProperty] >>= aSymbolsStyle ) in SvtMiscOptions_Impl() 351 m_bIsSymbolsStyleRO = seqRO[nProperty]; in SvtMiscOptions_Impl() 403 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in Load() local 559 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local 561 switch( nProperty ) in Commit() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | fontoptions.cxx | 206 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtFontOptions_Impl() local 211 switch( nProperty ) in SvtFontOptions_Impl() 215 seqValues[nProperty] >>= m_bReplacementTable; in SvtFontOptions_Impl() 220 seqValues[nProperty] >>= m_bFontHistory; in SvtFontOptions_Impl() 225 seqValues[nProperty] >>= m_bFontWYSIWYG; in SvtFontOptions_Impl() 260 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local 265 seqValues[nProperty] >>= m_bReplacementTable; in Notify() 271 seqValues[nProperty] >>= m_bFontHistory; in Notify() 277 seqValues[nProperty] >>= m_bFontWYSIWYG; in Notify() 294 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local [all …]
|
H A D | startoptions.cxx | 203 sal_Int32 nProperty = 0 ; in SvtStartOptions_Impl() local 204 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtStartOptions_Impl() 209 switch( nProperty ) in SvtStartOptions_Impl() 213 seqValues[nProperty] >>= m_bShowIntro; in SvtStartOptions_Impl() 219 seqValues[nProperty] >>= m_sConnectionURL; in SvtStartOptions_Impl() 253 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local 255 if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWINTRO ) in Notify() 258 seqValues[nProperty] >>= m_bShowIntro; in Notify() 264 seqValues[nProperty] >>= m_sConnectionURL; in Notify() 281 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local [all …]
|
H A D | localisationoptions.cxx | 200 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtLocalisationOptions_Impl() local 205 switch( nProperty ) in SvtLocalisationOptions_Impl() 209 seqValues[nProperty] >>= m_bAutoMnemonic; in SvtLocalisationOptions_Impl() 215 seqValues[nProperty] >>= m_nDialogScale; in SvtLocalisationOptions_Impl() 250 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local 252 if( seqPropertyNames[nProperty] == PROPERTYNAME_AUTOMNEMONIC ) in Notify() 255 seqValues[nProperty] >>= m_bAutoMnemonic; in Notify() 258 if( seqPropertyNames[nProperty] == PROPERTYNAME_DIALOGSCALE ) in Notify() 261 seqValues[nProperty] >>= m_nDialogScale; in Notify() 280 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local [all …]
|
H A D | printwarningoptions.cxx | 148 sal_Int32 nProperty = 0; in SvtPrintWarningOptions_Impl() local 150 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtPrintWarningOptions_Impl() 154 switch( nProperty ) in SvtPrintWarningOptions_Impl() 159 seqValues[nProperty] >>= m_bPaperSize; in SvtPrintWarningOptions_Impl() 173 seqValues[nProperty] >>= m_bNotFound; in SvtPrintWarningOptions_Impl() 180 seqValues[nProperty] >>= m_bTransparency; in SvtPrintWarningOptions_Impl() 211 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit() local 213 switch( nProperty ) in Commit() 216 aSeqValues[nProperty] <<= m_bPaperSize; in Commit() 224 aSeqValues[nProperty] <<= m_bNotFound; in Commit() [all …]
|
H A D | cacheoptions.cxx | 151 sal_Int32 nProperty = 0; in SvtCacheOptions_Impl() local 153 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtCacheOptions_Impl() 155 if( seqValues[ nProperty ].hasValue() ) in SvtCacheOptions_Impl() 157 switch( nProperty ) in SvtCacheOptions_Impl() 162 seqValues[nProperty] >>= mnWriterOLE; in SvtCacheOptions_Impl() 169 seqValues[nProperty] >>= mnDrawingOLE; in SvtCacheOptions_Impl() 215 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit() local 217 switch( nProperty ) in Commit() 220 aSeqValues[nProperty] <<= mnWriterOLE; in Commit() 224 aSeqValues[nProperty] <<= mnDrawingOLE; in Commit() [all …]
|
H A D | workingsetoptions.cxx | 192 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtWorkingSetOptions_Impl() local 196 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtWorkingSetOptions_Impl::SvtWorkingS… in SvtWorkingSetOptions_Impl() 197 switch( nProperty ) in SvtWorkingSetOptions_Impl() 201 seqValues[nProperty] >>= m_seqWindowList; in SvtWorkingSetOptions_Impl() 236 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local 238 if( seqPropertyNames[nProperty] == PROPERTYNAME_WINDOWLIST ) in Notify() 240 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SEQUENCE), "SvtWorkingSetOptions_… in Notify() 241 seqValues[nProperty] >>= m_seqWindowList; in Notify() 258 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local 260 switch( nProperty ) in Commit() [all …]
|
H A D | extendedsecurityoptions.cxx | 240 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtExtendedSecurityOptions_Impl() local 244 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtExtendedSecurityOptions_Impl::SvtEx… in SvtExtendedSecurityOptions_Impl() 245 switch( nProperty ) in SvtExtendedSecurityOptions_Impl() 249 …DBG_ASSERT( ( seqValues[nProperty].getValueTypeClass() == TypeClass_LONG ), "SvtExtendedSecurityOp… in SvtExtendedSecurityOptions_Impl() 252 if ( seqValues[nProperty] >>= nMode ) in SvtExtendedSecurityOptions_Impl() 257 m_bROOpenHyperlinkMode = seqRO[nProperty]; in SvtExtendedSecurityOptions_Impl() 299 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local 301 switch( nProperty ) in Commit() 304 seqValues[nProperty] <<= (sal_Int32)m_eOpenHyperlinkMode; in Commit()
|
H A D | securityoptions.cxx | 328 for( sal_Int32 nProperty = 0 ; nProperty < nPropertyCount ; ++nProperty ) in SvtSecurityOptions_Impl() local 329 SetProperty( nProperty, seqValues[ nProperty ], seqRO[ nProperty ] ); in SvtSecurityOptions_Impl() 348 void SvtSecurityOptions_Impl::SetProperty( sal_Int32 nProperty, const Any& rValue, sal_Bool bRO ) in SetProperty() argument 350 switch( nProperty ) in SetProperty() 609 for( sal_Int32 nProperty = 0 ; nProperty < nCount ; ++nProperty ) in Notify() local 610 …SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ nProperty ], seqRO[ nProperty … in Notify() 629 for( sal_Int32 nProperty = 0 ; nProperty < nOrgCount ; ++nProperty ) in Commit() local 631 switch( nProperty ) in Commit() 797 lNames[ nRealCount ] = lOrgNames[ nProperty ]; in Commit()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | swdetect.cxx | 123 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local 128 lDescriptor[nProperty].Value >>= sTemp; in detect() 133 lDescriptor[nProperty].Value >>= sTemp; in detect() 138 lDescriptor[nProperty].Value >>= sTemp; in detect() 143 lDescriptor[nProperty].Value >>= sTemp; in detect() 148 nIndexOfFilterName = nProperty; in detect() 151 nIndexOfInputStream = nProperty; in detect() 153 nIndexOfReadOnlyFlag = nProperty; in detect() 155 nIndexOfContent = nProperty; in detect() 159 nIndexOfTemplateFlag = nProperty; in detect() [all …]
|
/aoo42x/main/starmath/source/ |
H A D | smdetect.cxx | 118 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local 123 lDescriptor[nProperty].Value >>= sTemp; in detect() 128 lDescriptor[nProperty].Value >>= sTemp; in detect() 133 lDescriptor[nProperty].Value >>= sTemp; in detect() 138 lDescriptor[nProperty].Value >>= sTemp; in detect() 143 nIndexOfFilterName = nProperty; in detect() 146 nIndexOfInputStream = nProperty; in detect() 148 nIndexOfReadOnlyFlag = nProperty; in detect() 150 nIndexOfContent = nProperty; in detect() 154 nIndexOfTemplateFlag = nProperty; in detect() [all …]
|
/aoo42x/main/sd/source/filter/ |
H A D | sddetect.cxx | 141 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local 146 lDescriptor[nProperty].Value >>= sTemp; in detect() 151 lDescriptor[nProperty].Value >>= sTemp; in detect() 156 lDescriptor[nProperty].Value >>= sTemp; in detect() 161 lDescriptor[nProperty].Value >>= sTemp; in detect() 166 nIndexOfFilterName = nProperty; in detect() 169 nIndexOfInputStream = nProperty; in detect() 171 nIndexOfReadOnlyFlag = nProperty; in detect() 173 nIndexOfContent = nProperty; in detect() 177 nIndexOfTemplateFlag = nProperty; in detect() [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 287 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in detect() local 292 lDescriptor[nProperty].Value >>= sTemp; in detect() 297 lDescriptor[nProperty].Value >>= sTemp; in detect() 302 lDescriptor[nProperty].Value >>= sTemp; in detect() 307 lDescriptor[nProperty].Value >>= sTemp; in detect() 312 nIndexOfFilterName = nProperty; in detect() 315 nIndexOfInputStream = nProperty; in detect() 317 nIndexOfReadOnlyFlag = nProperty; in detect() 319 nIndexOfContent = nProperty; in detect() 323 nIndexOfTemplateFlag = nProperty; in detect() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 625 for (sal_Int32 nProperty = 0; nProperty < rPropertyNames.getLength(); in SetPropertyValues_Impl() local 626 nProperty++) in SetPropertyValues_Impl() 1037 for (sal_Int32 nProperty = 0; nProperty < rPropertyNames.getLength(); in GetPropertyValues_Impl() local 1038 nProperty++) in GetPropertyValues_Impl() 1056 pRet[nProperty] <<= uTmp; in GetPropertyValues_Impl() 1078 pRet[nProperty] <<= sRet; in GetPropertyValues_Impl() 1112 pRet[nProperty] <<= aLink; in GetPropertyValues_Impl() 1127 pRet[nProperty] <<= sRet; in GetPropertyValues_Impl() 1134 pRet[nProperty] <<= bTemp; in GetPropertyValues_Impl() 1164 pRet[nProperty] <<= in GetPropertyValues_Impl() [all …]
|
H A D | unotext.cxx | 2034 for (sal_Int32 nProperty = 0; nProperty < rRowProperties.getLength(); in lcl_ApplyRowProperties() local 2035 ++nProperty) in lcl_ApplyRowProperties() 2037 if (pProperties[ nProperty ].Name.equalsAsciiL( in lcl_ApplyRowProperties() 2043 pProperties[ nProperty ].Value >>= aSeparators; in lcl_ApplyRowProperties() 2047 pProperties[ nProperty ].Name, pProperties[ nProperty ].Value); in lcl_ApplyRowProperties() 2101 for (sal_Int32 nProperty = 0; nProperty < nCellProperties; ++nProperty) in lcl_ApplyCellProperties() local 2103 const OUString & rName = rCellProperties[nProperty].Name; in lcl_ApplyCellProperties() 2104 const uno::Any & rValue = rCellProperties[nProperty].Value; in lcl_ApplyCellProperties() 2301 for (sal_Int32 nProperty = 0; nProperty < rTableProperties.getLength(); in convertToTable() local 2302 ++nProperty) in convertToTable() [all …]
|
/aoo42x/main/svtools/source/config/test/ |
H A D | test.cxx | 207 sal_uInt32 nProperty ; in impl_testDynamicMenuOptions() local 215 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in impl_testDynamicMenuOptions() 217 lNewMenu[nItem][nProperty].Value >>= sPropertyValue; in impl_testDynamicMenuOptions() 222 sOut.append ( lNewMenu[nItem][nProperty].Name ); in impl_testDynamicMenuOptions() 235 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in impl_testDynamicMenuOptions() 237 lWizardMenu[nItem][nProperty].Value >>= sPropertyValue; in impl_testDynamicMenuOptions() 242 sOut.append ( lNewMenu[nItem][nProperty].Name ); in impl_testDynamicMenuOptions()
|
/aoo42x/main/writerfilter/source/filter/ |
H A D | WriterFilterDetection.cxx | 74 for( sal_Int32 nProperty = 0; nProperty < nPropertyCount; ++nProperty ) in detect() local 76 if( pValues[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect() 77 rDescriptor[nProperty].Value >>= sTypeName; in detect() 78 else if( pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "URL" )) ) in detect() 79 pValues[nProperty].Value >>= sURL; in detect() 80 else if( pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "Stream" )) ) in detect() 81 pValues[nProperty].Value >>= xStream; in detect() 82 … else if( pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "InputStream" )) ) in detect() 83 pValues[nProperty].Value >>= xInputStream; in detect()
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 315 for(sal_Int32 nProperty = 0; nProperty < aLevel.getLength() - 1; nProperty++) in UserDraw() local 317 … if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cNumberingType))) in UserDraw() 318 pValues[nProperty].Value >>= aNumberingTypes[i]; in UserDraw() 320 pValues[nProperty].Value >>= sFontNames[i]; in UserDraw() 321 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cBulletChar))) in UserDraw() 322 pValues[nProperty].Value >>= sBulletChars[i]; in UserDraw() 323 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cPrefix))) in UserDraw() 324 pValues[nProperty].Value >>= sPrefixes[i]; in UserDraw() 325 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cSuffix))) in UserDraw() 326 pValues[nProperty].Value >>= sSuffixes[i]; in UserDraw() [all …]
|
/aoo42x/main/sfx2/source/appl/ |
H A D | sfxpicklist.cxx | 235 for( sal_uInt32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in CreatePickListEntries() local 237 if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_URL ) in CreatePickListEntries() 239 seqPropertySet[nProperty].Value >>= sURL; in CreatePickListEntries() 241 else if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_FILTER ) in CreatePickListEntries() 243 seqPropertySet[nProperty].Value >>= sFilter; in CreatePickListEntries() 245 else if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_TITLE ) in CreatePickListEntries() 247 seqPropertySet[nProperty].Value >>= sTitle; in CreatePickListEntries() 249 else if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_PASSWORD ) in CreatePickListEntries() 251 seqPropertySet[nProperty].Value >>= sPassword; in CreatePickListEntries()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | labimg.cxx | 301 for(int nProp = 0, nProperty = 0; nProp < aNames.getLength(); nProp++, nProperty++) in SwLabCfgItem() local 308 nProperty += 3; in SwLabCfgItem() 309 if(nProperty >= 20) in SwLabCfgItem() 311 switch(nProperty) in SwLabCfgItem() 431 for(int nProp = 0, nProperty = 0; nProp < aNames.getLength(); nProp++, nProperty++) in Commit() local 435 nProperty += 3; in Commit() 436 switch(nProperty) in Commit()
|
/aoo42x/main/svtools/source/control/ |
H A D | inettbc.cxx | 191 for( sal_uInt32 nProperty=0; nProperty < nPropertyCount; nProperty++ ) in FillPicklist() local 193 if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_TITLE ) in FillPicklist() 195 seqPropertySet[nProperty].Value >>= sTitle; in FillPicklist() 913 for( sal_uInt32 nProperty=0; nProperty < nPropertyCount; nProperty++ ) in UpdatePicklistForSmartProtocol_Impl() local 915 if( seqPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_URL ) in UpdatePicklistForSmartProtocol_Impl() 917 seqPropertySet[nProperty].Value >>= sURL; in UpdatePicklistForSmartProtocol_Impl()
|
/aoo42x/main/uui/source/ |
H A D | iahndl-filter.cxx | 352 for( sal_Int32 nProperty=0; in handleFilterOptionsRequest_() local 353 nProperty < nPropertyCount; in handleFilterOptionsRequest_() 354 ++nProperty ) in handleFilterOptionsRequest_() 355 if( aProps[nProperty].Name.equals( in handleFilterOptionsRequest_() 359 aProps[nProperty].Value >>= aServiceName; in handleFilterOptionsRequest_()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | dlgass.cxx | 807 for (sal_uInt32 nProperty=0; nProperty<nPropertyCount; ++nProperty) in ScanDocmenu() local 808 if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_URL) in ScanDocmenu() 809 aPropertySet[nProperty].Value >>= sURL; in ScanDocmenu() 810 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_FILTER) in ScanDocmenu() 811 aPropertySet[nProperty].Value >>= sFilter; in ScanDocmenu() 812 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_TITLE) in ScanDocmenu() 813 aPropertySet[nProperty].Value >>= sTitle; in ScanDocmenu() 814 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_PASSWORD) in ScanDocmenu() 815 aPropertySet[nProperty].Value >>= sPassword; in ScanDocmenu()
|