| /AOO41X/main/editeng/source/misc/ |
| H A D | acorrcfg.cxx | 141 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local 143 if(pValues[nProp].hasValue()) in Load() 145 switch(nProp) in Load() 148 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 152 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 156 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 160 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 164 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 168 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 172 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() [all …]
|
| /AOO41X/main/sw/source/ui/envelp/ |
| H A D | labimg.cxx | 293 for(int nProp = 0, nProperty = 0; nProp < aNames.getLength(); nProp++, nProperty++) in SwLabCfgItem() local 296 if(pValues[nProp].hasValue()) in SwLabCfgItem() 299 if(nProp == 15 && !bIsLabel) in SwLabCfgItem() 305 … case 0: aItem.bCont = *(sal_Bool*)pValues[nProp].getValue(); break;// "Medium/Continous", in SwLabCfgItem() 306 case 1: pValues[nProp] >>= aItem.aMake; break;// "Medium/Brand", in SwLabCfgItem() 307 case 2: pValues[nProp] >>= aItem.aType; break;// "Medium/Type", in SwLabCfgItem() 308 case 3: pValues[nProp] >>= aItem.nCols; break;// "Format/Column", in SwLabCfgItem() 309 case 4: pValues[nProp] >>= aItem.nRows; break;// "Format/Row", in SwLabCfgItem() 311 pValues[nProp] >>= aItem.lHDist; in SwLabCfgItem() 315 pValues[nProp] >>= aItem.lVDist; in SwLabCfgItem() [all …]
|
| H A D | envimg.cxx | 200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwEnvCfgItem() local 202 if(pValues[nProp].hasValue()) in SwEnvCfgItem() 204 switch(nProp) in SwEnvCfgItem() 206 … case 0: pValues[nProp] >>= aEnvItem.aAddrText; break;// "Inscription/Addressee", in SwEnvCfgItem() 207 case 1: pValues[nProp] >>= aEnvItem.aSendText; break;// "Inscription/Sender", in SwEnvCfgItem() 208 … case 2: aEnvItem.bSend = *(sal_Bool*)pValues[nProp].getValue(); break;// "Inscription/UseSender", in SwEnvCfgItem() 210 pValues[nProp] >>= aEnvItem.lAddrFromLeft;// "Format/AddresseeFromLeft", in SwEnvCfgItem() 214 pValues[nProp] >>= aEnvItem.lAddrFromTop; // "Format/AddresseeFromTop", in SwEnvCfgItem() 218 pValues[nProp] >>= aEnvItem.lSendFromLeft; // "Format/SenderFromLeft", in SwEnvCfgItem() 222 pValues[nProp] >>= aEnvItem.lSendFromTop;// "Format/SenderFromTop", in SwEnvCfgItem() [all …]
|
| H A D | labelcfg.cxx | 71 for(sal_Int32 nProp = 0; nProp < 2; nProp++) in lcl_CreatePropertyNames() local 72 pProperties[nProp] = rPrefix; in lcl_CreatePropertyNames() 85 for(sal_Int32 nProp = 0; nProp < rValues.getLength(); nProp++) in lcl_CreateSwLabRec() local 87 if(pValues[nProp].hasValue()) in lcl_CreateSwLabRec() 89 switch(nProp) in lcl_CreateSwLabRec() 91 case 0: pValues[nProp] >>= sTmp; pNewRec->aType = sTmp; break; in lcl_CreateSwLabRec() 96 pValues[nProp] >>= sTmp; in lcl_CreateSwLabRec() 132 for(sal_Int32 nProp = 0; nProp < rPropNames.getLength(); nProp++) in lcl_CreateProperties() local 134 pValues[nProp].Name = pNames[nProp]; in lcl_CreateProperties() 135 switch(nProp) in lcl_CreateProperties() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | modcfg.cxx | 340 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local 343 switch(nProp) in Commit() 354 pValues[nProp] <<= nVal; in Commit() 395 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local 397 if(pValues[nProp].hasValue()) in Load() 400 pValues[nProp] >>= nVal; in Load() 401 switch(nProp) in Load() 667 void lcl_WriteOpt(const InsCaptionOpt& rOpt, Any* pValues, sal_Int32 nProp, sal_Int32 nOffset) in lcl_WriteOpt() argument 674 pValues[nProp].setValue(&bTemp, ::getBooleanCppuType()); in lcl_WriteOpt() 677 case 1: pValues[nProp] <<= OUString(rOpt.GetCategory()); break;//Category in lcl_WriteOpt() [all …]
|
| H A D | usrpref.cxx | 159 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local 162 switch(nProp) in Commit() 180 case 16: pValues[nProp] <<= rParent.GetUpdateLinkMode(); break;// "Update/Link", in Commit() 184 if(nProp != 16) in Commit() 185 pValues[nProp].setValue(&bVal, ::getBooleanCppuType()); in Commit() 200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local 202 if(pValues[nProp].hasValue()) in Load() 204 sal_Bool bSet = nProp != 16 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load() 205 switch(nProp) in Load() 226 pValues[nProp] >>= nSet; in Load() [all …]
|
| H A D | prtopt.cxx | 96 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwPrintOptions() local 98 if(pValues[nProp].hasValue()) in SwPrintOptions() 100 switch(nProp) in SwPrintOptions() 102 case 0: bPrintGraphic = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions() 103 case 1: bPrintTable = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions() 104 case 2: bPrintControl = *(sal_Bool*)pValues[nProp].getValue() ; break; in SwPrintOptions() 105 case 3: bPrintPageBackground= *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions() 106 case 4: bPrintBlackFont = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions() 110 pValues[nProp] >>= nTmp; in SwPrintOptions() 114 case 6: bPrintReverse = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions() [all …]
|
| H A D | fontcfg.cxx | 131 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwStdFontConfig() local 133 if(pValues[nProp].hasValue()) in SwStdFontConfig() 135 if( nProp < DEF_FONT_COUNT) in SwStdFontConfig() 138 pValues[nProp] >>= sVal; in SwStdFontConfig() 139 sDefaultFonts[nProp] = sVal; in SwStdFontConfig() 143 pValues[nProp] >>= nDefaultFontHeight[nProp - DEF_FONT_COUNT]; in SwStdFontConfig() 144 …nDefaultFontHeight[nProp - DEF_FONT_COUNT] = MM100_TO_TWIP(nDefaultFontHeight[nProp - DEF_FONT_COU… in SwStdFontConfig() 166 for(sal_uInt16 nProp = 0; in Commit() local 167 nProp < sal::static_int_cast< sal_uInt16, sal_Int32 >( aNames.getLength() ); in Commit() 168 nProp++) in Commit() [all …]
|
| H A D | barcfg.cxx | 62 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwToolbarConfigItem() local 64 if(pValues[nProp].hasValue()) in SwToolbarConfigItem() 67 pValues[nProp] >>= nVal; in SwToolbarConfigItem() 68 aTbxIdArray[nProp] = nVal; in SwToolbarConfigItem() 105 sal_Int32 nProp = lcl_getArrayIndex(nSelType); in SetTopToolbar() local 106 if(nProp >= 0) in SetTopToolbar() 108 aTbxIdArray[nProp] = nBarId; in SetTopToolbar() 142 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local 143 pValues[nProp] <<= aTbxIdArray[nProp]; in Commit()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | appoptio.cxx | 407 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScAppCfg() local 409 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScAppCfg() 410 if(pValues[nProp].hasValue()) in ScAppCfg() 412 switch(nProp) in ScAppCfg() 415 if (pValues[nProp] >>= nIntVal) SetAppMetric( (FieldUnit) nIntVal ); in ScAppCfg() 418 if (pValues[nProp] >>= nIntVal) SetStatusFunc( (sal_uInt16) nIntVal ); in ScAppCfg() 421 if (pValues[nProp] >>= nIntVal) SetZoom( (sal_uInt16) nIntVal ); in ScAppCfg() 424 if (pValues[nProp] >>= nIntVal) SetZoomType( (SvxZoomType) nIntVal ); in ScAppCfg() 427 SetSynchronizeZoom( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg() 442 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScAppCfg() local [all …]
|
| H A D | viewopti.cxx | 433 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScViewCfg() local 435 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScViewCfg() 436 if(pValues[nProp].hasValue()) in ScViewCfg() 438 switch(nProp) in ScViewCfg() 441 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg() 445 … SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 448 … SetOption( VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 451 … SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 455 … SetOption( VOPT_SOLIDHANDLES, !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 458 … SetOption( VOPT_BIGHANDLES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() [all …]
|
| H A D | docoptio.cxx | 272 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScDocCfg() local 274 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScDocCfg() 275 if(pValues[nProp].hasValue()) in ScDocCfg() 277 switch(nProp) in ScDocCfg() 280 SetIter( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg() 283 if (pValues[nProp] >>= nIntVal) SetIterCount( (sal_uInt16) nIntVal ); in ScDocCfg() 286 if (pValues[nProp] >>= fDoubleVal) SetIterEps( fDoubleVal ); in ScDocCfg() 289 if (pValues[nProp] >>= nIntVal) nDateDay = (sal_uInt16) nIntVal; in ScDocCfg() 292 if (pValues[nProp] >>= nIntVal) nDateMonth = (sal_uInt16) nIntVal; in ScDocCfg() 295 if (pValues[nProp] >>= nIntVal) nDateYear = (sal_uInt16) nIntVal; in ScDocCfg() [all …]
|
| H A D | inputopt.cxx | 164 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScInputCfg() local 166 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScInputCfg() 167 if(pValues[nProp].hasValue()) in ScInputCfg() 169 switch(nProp) in ScInputCfg() 172 if ( pValues[nProp] >>= nIntVal ) in ScInputCfg() 176 SetMoveSelection( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg() 179 SetEnterEdit( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg() 182 SetExtendFormat( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg() 185 SetRangeFinder( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg() 188 SetExpandRefs( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg() [all …]
|
| /AOO41X/main/svl/source/config/ |
| H A D | srchcfg.cxx | 134 sal_Int32 nProp; in Load() local 135 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load() 137 pPropertyNames[nProp] = wrapConfigurationElementName(pNodeNames[nNode]); in Load() 138 pPropertyNames[nProp] += sSlash; in Load() 139 pPropertyNames[nProp] += pPropNames[nProp]; in Load() 143 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load() 145 switch(nProp) in Load() 147 case 0 : pValues[nProp] >>= pNew->sAndPrefix; break; in Load() 148 case 1 : pValues[nProp] >>= pNew->sAndSuffix; break; in Load() 149 case 2 : pValues[nProp] >>= pNew->sAndSeparator; break; in Load() [all …]
|
| H A D | cjkoptions.cxx | 198 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load() local 200 if( pValues[nProp].hasValue() ) in Load() 202 sal_Bool bValue = *(sal_Bool*)pValues[nProp].getValue(); in Load() 203 switch ( nProp ) in Load() 205 case 0: { bCJKFont = bValue; bROCJKFont = pROStates[nProp]; } break; in Load() 206 case 1: { bVerticalText = bValue; bROVerticalText = pROStates[nProp]; } break; in Load() 207 … case 2: { bAsianTypography = bValue; bROAsianTypography = pROStates[nProp]; } break; in Load() 208 case 3: { bJapaneseFind = bValue; bROJapaneseFind = pROStates[nProp]; } break; in Load() 209 case 4: { bRuby = bValue; bRORuby = pROStates[nProp]; } break; in Load() 210 case 5: { bChangeCaseMap = bValue; bROChangeCaseMap = pROStates[nProp]; } break; in Load() [all …]
|
| H A D | ctloptions.cxx | 168 for ( int nProp = 0; nProp < nOrgCount; nProp++ ) in Commit() local 170 switch ( nProp ) in Commit() 176 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 187 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 198 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 209 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 220 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 230 pNames[nRealCount] = pOrgNames[nProp]; in Commit() 271 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load() local 273 if ( pValues[nProp].hasValue() ) in Load() [all …]
|
| /AOO41X/main/svtools/source/config/ |
| H A D | htmlcfg.cxx | 139 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local 141 if(pValues[nProp].hasValue()) in Load() 143 switch(nProp) in Load() 146 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 150 if(*(sal_Bool*)pValues[nProp].getValue()) in Load() 153 … case 2: pValues[nProp] >>= pImp->aFontSizeArr[0]; break;//"Import/FontSize/Size_1", in Load() 154 … case 3: pValues[nProp] >>= pImp->aFontSizeArr[1]; break;//"Import/FontSize/Size_2", in Load() 155 … case 4: pValues[nProp] >>= pImp->aFontSizeArr[2]; break;//"Import/FontSize/Size_3", in Load() 156 … case 5: pValues[nProp] >>= pImp->aFontSizeArr[3]; break;//"Import/FontSize/Size_4", in Load() 157 … case 6: pValues[nProp] >>= pImp->aFontSizeArr[4]; break;//"Import/FontSize/Size_5", in Load() [all …]
|
| H A D | helpopt.cxx | 181 for(int nProp = 0; nProp < aInternalPropertyNames.getLength(); ++nProp) in lcl_MapPropertyName() local 183 if( aInternalPropertyNames[nProp] == rCompare ) in lcl_MapPropertyName() 184 return nProp; in lcl_MapPropertyName() 197 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load() local 199 DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); in Load() 200 if ( pValues[nProp].hasValue() ) in Load() 205 if ( pValues[nProp] >>= bTmp ) in Load() 207 switch ( lcl_MapPropertyName(rPropertyNames[nProp], aInternalPropertyNames) ) in Load() 223 else if ( pValues[nProp] >>= aTmpStr ) in Load() 225 switch ( nProp ) in Load() [all …]
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | mmconfigitem.cxx | 239 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in SwMailMergeConfigItem_Impl() local 241 switch(nProp) in SwMailMergeConfigItem_Impl() 243 case 0: pValues[nProp] >>= bIsOutputToLetter; break; in SwMailMergeConfigItem_Impl() 244 case 1: pValues[nProp] >>= bIncludeCountry; break; in SwMailMergeConfigItem_Impl() 245 case 2: pValues[nProp] >>= sExcludeCountry; break; in SwMailMergeConfigItem_Impl() 249 pValues[nProp] >>= aBlocks; in SwMailMergeConfigItem_Impl() 253 case 4: pValues[nProp] >>= bIsAddressBlock; break; in SwMailMergeConfigItem_Impl() 254 case 5: pValues[nProp] >>= bIsGreetingLine; break; in SwMailMergeConfigItem_Impl() 255 case 6: pValues[nProp] >>= bIsIndividualGreetingLine; break; in SwMailMergeConfigItem_Impl() 261 pValues[nProp] >>= aGreetings; in SwMailMergeConfigItem_Impl() [all …]
|
| /AOO41X/main/unotools/source/config/ |
| H A D | syslocaleoptions.cxx | 179 for ( sal_Int32 nProp = 0; nProp < aNames.getLength(); nProp++ ) in SvtSysLocaleOptions_Impl() local 181 DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); in SvtSysLocaleOptions_Impl() 182 if ( pValues[nProp].hasValue() ) in SvtSysLocaleOptions_Impl() 184 switch ( nProp ) in SvtSysLocaleOptions_Impl() 189 if ( pValues[nProp] >>= aStr ) in SvtSysLocaleOptions_Impl() 195 m_bROLocale = pROStates[nProp]; in SvtSysLocaleOptions_Impl() 201 if ( pValues[nProp] >>= aStr ) in SvtSysLocaleOptions_Impl() 207 m_bROUILocale = pROStates[nProp]; in SvtSysLocaleOptions_Impl() 213 if ( pValues[nProp] >>= aStr ) in SvtSysLocaleOptions_Impl() 219 m_bROCurrency = pROStates[nProp]; in SvtSysLocaleOptions_Impl() [all …]
|
| H A D | misccfg.cxx | 183 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local 185 if(pValues[nProp].hasValue()) in Load() 187 switch(nProp) in Load() 189 …case 0: bPaperSize = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/P… in Load() 190 …case 1: bPaperOrientation = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/P… in Load() 191 …case 2: bNotFound = *(sal_Bool*)pValues[nProp].getValue() ; break; //"Print/Warning/N… in Load() 192 …case 3: pValues[nProp] >>= nYear2000;break; //"DateFormat/TwoD… in Load() 215 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local 217 switch(nProp) in Commit() 219 … case 0: pValues[nProp].setValue(&bPaperSize, rType);break; //"Print/Warning/PaperSize", in Commit() [all …]
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | navicfg.cxx | 86 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwNavigationConfig() local 88 if(pValues[nProp].hasValue()) in SwNavigationConfig() 90 switch(nProp) in SwNavigationConfig() 92 case 0: pValues[nProp] >>= nRootType; break; in SwNavigationConfig() 93 case 1: pValues[nProp] >>= nSelectedPos; break; in SwNavigationConfig() 94 case 2: pValues[nProp] >>= nOutlineLevel; break; in SwNavigationConfig() 95 case 3: pValues[nProp] >>= nRegionMode; break; in SwNavigationConfig() 96 case 4: pValues[nProp] >>= nActiveBlock; break; in SwNavigationConfig() 97 case 5: bIsSmall = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig() 98 case 6: bIsGlobalActive = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig() [all …]
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | lrspitem.hxx | 102 inline void SetLeft ( const long nL, const sal_uInt16 nProp = 100 ); 103 inline void SetRight( const long nR, const sal_uInt16 nProp = 100 ); 114 inline void SetPropLeft( const sal_uInt16 nProp = 100 ) in SetPropLeft() argument 115 { nPropLeftMargin = nProp; } in SetPropLeft() 116 inline void SetPropRight( const sal_uInt16 nProp = 100 ) in SetPropRight() argument 117 { nPropRightMargin = nProp;} in SetPropRight() 122 inline void SetTxtLeft( const long nL, const sal_uInt16 nProp = 100 ); 125 inline void SetTxtFirstLineOfst( const short nF, const sal_uInt16 nProp = 100 ); 127 inline void SetPropTxtFirstLineOfst( const sal_uInt16 nProp = 100 ) in SetPropTxtFirstLineOfst() argument 128 { nPropFirstLineOfst = nProp; } in SetPropTxtFirstLineOfst() [all …]
|
| /AOO41X/main/extensions/source/bibliography/ |
| H A D | bibconfig.cxx | 122 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in BibConfig() local 124 if(pValues[nProp].hasValue()) in BibConfig() 126 switch(nProp) in BibConfig() 128 case 0: pValues[nProp] >>= sDataSource; break; in BibConfig() 129 case 1: pValues[nProp] >>= sTableOrQuery; break; in BibConfig() 130 case 2: pValues[nProp] >>= nTblOrQuery; break; in BibConfig() 131 case 3: pValues[nProp] >>= nBeamerSize; break; in BibConfig() 132 case 4: pValues[nProp] >>= nViewSize ; break; in BibConfig() 133 case 5: pValues[nProp] >>= sQueryText ; break; in BibConfig() 134 case 6: pValues[nProp] >>= sQueryField; break; in BibConfig() [all …]
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | rubydialog.cxx | 419 for(sal_Int32 nProp = 0; nProp < aProps.getLength(); nProp++) in SetText() local 421 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyBaseText))) in SetText() 422 pProps[nProp].Value >>= sLeft; in SetText() 423 else if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyText))) in SetText() 424 pProps[nProp].Value >>= sRight; in SetText() 451 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in GetText() local 453 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyBaseText))) in GetText() 454 pProps[nProp].Value <<= OUString(aEditArr[i]->GetText()); in GetText() 455 else if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyText))) in GetText() 456 pProps[nProp].Value <<= OUString(aEditArr[i + 1]->GetText()); in GetText() [all …]
|