| /AOO42X/main/sd/source/ui/view/ |
| H A D | frmview.cxx | 595 PropertyValue* pValue = &(rValues.getArray()[nOldLength]); in WriteUserDataSequence() local 598 for( ; aIter != aUserData.end(); aIter++, pValue++ ) in WriteUserDataSequence() 600 pValue->Name = (*aIter).first; in WriteUserDataSequence() 601 pValue->Value = (*aIter).second; in WriteUserDataSequence() 691 const com::sun::star::beans::PropertyValue *pValue = rSequence.getConstArray(); in ReadUserDataSequence() local 692 for (sal_Int16 i = 0 ; i < nLength; i++, pValue++ ) in ReadUserDataSequence() 694 if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_ViewId ) ) ) in ReadUserDataSequence() 697 … else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_SnapLinesDrawing ) ) ) in ReadUserDataSequence() 699 if( pValue->Value >>= aString ) in ReadUserDataSequence() 706 … else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_SnapLinesNotes ) ) ) in ReadUserDataSequence() [all …]
|
| /AOO42X/main/starmath/source/ |
| H A D | cfgitem.cxx | 487 const Any * pValue = aValues.getConstArray(); in ReadSymbol() local 498 if (pValue->hasValue() && (*pValue >>= nTmp32)) in ReadSymbol() 502 ++pValue; in ReadSymbol() 503 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol() 507 ++pValue; in ReadSymbol() 508 if (pValue->hasValue() && (*pValue >>= bTmp)) in ReadSymbol() 512 ++pValue; in ReadSymbol() 513 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol() 522 ++pValue; in ReadSymbol() 714 const Any * pValue = aValues.getConstArray(); in ReadFontFormat() local [all …]
|
| H A D | unomodel.cxx | 767 void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValue ) in _getPropertyValues() argument 777 for (; *ppEntries; ppEntries++, pValue++ ) in _getPropertyValues() 782 *pValue <<= OUString(pDocSh->GetText()); in _getPropertyValues() 793 *pValue <<= OUString(rFace.GetName()); in _getPropertyValues() 806 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues() 819 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues() 828 *pValue <<= nVal; in _getPropertyValues() 836 *pValue <<= (sal_Int16) aFormat.GetRelSize((*ppEntries)->mnMemberId); in _getPropertyValues() 842 (*pValue).setValue(&bVal, ::getBooleanCppuType()); in _getPropertyValues() 847 *pValue <<= (sal_Int16)aFormat.GetGreekCharStyle(); in _getPropertyValues() [all …]
|
| /AOO42X/main/package/source/package/manifest/ |
| H A D | ManifestExport.cxx | 108 const beans::PropertyValue *pValue = pSequence[nInd].getConstArray(); in ManifestExport() local 109 for (sal_uInt32 j = 0, nNum = pSequence[nInd].getLength(); j < nNum; j++, pValue++) in ManifestExport() 111 if (pValue->Name.equals (sMediaTypeProperty) ) in ManifestExport() 113 pValue->Value >>= aMediaType; in ManifestExport() 115 else if (pValue->Name.equals (sFullPathProperty) ) in ManifestExport() 117 pValue->Value >>= aPath; in ManifestExport() 119 else if (pValue->Name.equals (sVersionProperty) ) in ManifestExport() 121 pValue->Value >>= aVersion; in ManifestExport() 202 const beans::PropertyValue *pValue = pSequence[i].getConstArray(); in ManifestExport() local 205 for (sal_uInt32 j = 0, nNum = pSequence[i].getLength(); j < nNum; j++, pValue++) in ManifestExport() [all …]
|
| /AOO42X/main/sfx2/source/appl/ |
| H A D | appuno.cxx | 1297 ::com::sun::star::beans::PropertyValue *pValue = aSequ.getArray(); in TransformItems() 1312 pValue[nActProp].Name = String( String::CreateFromAscii( pSlot->pUnoName ) ) ; in TransformItems() 1313 if ( !pItem->QueryValue( pValue[nActProp].Value ) ) in TransformItems() 1334 pValue[nActProp].Name = aName; in TransformItems() 1335 if ( !pItem->QueryValue( pValue[nActProp++].Value, nSubId ) ) in TransformItems() 1363 pValue[nActProp].Name = String( String::CreateFromAscii( rArg.pName ) ) ; in TransformItems() 1364 if ( !pItem->QueryValue( pValue[nActProp++].Value ) ) in TransformItems() 1385 pValue[nActProp].Name = aName; in TransformItems() 1386 if ( !pItem->QueryValue( pValue[nActProp++].Value, nSubId ) ) in TransformItems() 1405 pValue[nActProp].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(sComponentData)); in TransformItems() [all …]
|
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | view.cxx | 1277 const beans::PropertyValue *pValue = rSequence.getConstArray(); in ReadUserDataSequence() local 1298 if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ViewLeft" ) ) ) in ReadUserDataSequence() 1300 pValue->Value >>= nX; in ReadUserDataSequence() 1304 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ViewTop" ) ) ) in ReadUserDataSequence() 1306 pValue->Value >>= nY; in ReadUserDataSequence() 1310 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "VisibleLeft" ) ) ) in ReadUserDataSequence() 1312 pValue->Value >>= nLeft; in ReadUserDataSequence() 1316 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "VisibleTop" ) ) ) in ReadUserDataSequence() 1318 pValue->Value >>= nTop; in ReadUserDataSequence() 1322 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "VisibleRight" ) ) ) in ReadUserDataSequence() [all …]
|
| /AOO42X/main/vcl/unx/gtk/a11y/ |
| H A D | atkvalue.cxx | 37 getValue( AtkValue *pValue ) throw (uno::RuntimeException) in getValue() argument 39 AtkObjectWrapper *pWrap = ATK_OBJECT_WRAPPER( pValue ); in getValue() 55 static void anyToGValue( uno::Any aAny, GValue *pValue ) in anyToGValue() argument 61 memset( pValue, 0, sizeof( GValue ) ); in anyToGValue() 62 g_value_init( pValue, G_TYPE_DOUBLE ); in anyToGValue() 63 g_value_set_double( pValue, aDouble ); in anyToGValue() 73 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_get_current_value() local 74 if( pValue ) in value_wrapper_get_current_value() 75 anyToGValue( pValue->getCurrentValue(), gval ); in value_wrapper_get_current_value() 87 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_get_maximum_value() local [all …]
|
| /AOO42X/main/sd/source/ui/unoidl/ |
| H A D | UnoDocumentSettings.cxx | 125 …st comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun… 883 void DocumentSettings::_getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(… in _getPropertyValues() argument 907 for( ; *ppEntries; ppEntries++, pValue++ ) in _getPropertyValues() 918 *pValue <<= aPath; in _getPropertyValues() 928 *pValue <<= aPath; in _getPropertyValues() 938 *pValue <<= aPath; in _getPropertyValues() 948 *pValue <<= aPath; in _getPropertyValues() 958 *pValue <<= aPath; in _getPropertyValues() 968 *pValue <<= aPath; in _getPropertyValues() 972 *pValue <<= mpModel->getForbiddenCharsTable(); in _getPropertyValues() [all …]
|
| /AOO42X/main/vcl/unx/headless/ |
| H A D | svpprn.cxx | 105 const PPDValue* pValue = NULL; in copyJobDataToJobSetup() local 111 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 112 if( pKey && pValue ) in copyJobDataToJobSetup() 115 pValue != pKey->getValue( pJobSetup->mnPaperBin ) && in copyJobDataToJobSetup() 119 if( pJobSetup->mnPaperBin >= pKey->countValues() || pValue == pKey->getDefaultValue() ) in copyJobDataToJobSetup() 125 pValue = NULL; in copyJobDataToJobSetup() 131 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 132 if( pKey && pValue ) in copyJobDataToJobSetup() 134 if( pValue->m_aOption.EqualsIgnoreCaseAscii( "None" ) || in copyJobDataToJobSetup() 135 pValue->m_aOption.EqualsIgnoreCaseAscii( "Simplex", 0, 7 ) in copyJobDataToJobSetup() [all …]
|
| /AOO42X/main/cppu/source/uno/ |
| H A D | destr.hxx | 38 void * pValue, in _destructUnion() argument 43 typelib_TypeDescriptionReference * pType = _unionGetSetType( pValue, pTypeDescr ); in _destructUnion() 45 (char *)pValue + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _destructUnion() 51 void * pValue, 57 void * pValue, in _destructStruct() argument 64 destructStruct( pValue, pTypeDescr->pBaseTypeDescription, release ); in _destructStruct() 73 (char *)pValue + pMemberOffsets[nDescr], in _destructStruct() 80 void * pValue, in _destructArray() argument 94 (sal_Char *)pValue + i * nElementSize, in _destructArray() 361 void * pValue, in _destructData() argument [all …]
|
| /AOO42X/main/qadevOOo/runner/helper/ |
| H A D | ClParser.java | 50 String pValue = ""; in getCommandLineParameter() local 55 pValue = args[i].trim() + " " + args[i + 1].trim(); in getCommandLineParameter() 60 pValue = args[i].trim() + " unknown"; in getCommandLineParameter() 68 pValue = args[i + 1].trim(); in getCommandLineParameter() 70 if (pValue.startsWith("-")) in getCommandLineParameter() 73 pValue = "yes"; in getCommandLineParameter() 75 else if (pValue.startsWith("'")) in getCommandLineParameter() 78 while (!pValue.endsWith("'")) in getCommandLineParameter() 81 pValue = pValue + " " + args[i].trim(); in getCommandLineParameter() 84 pValue = utils.replaceAll13(pValue, "'", ""); in getCommandLineParameter() [all …]
|
| /AOO42X/main/vcl/unx/generic/printer/ |
| H A D | ppdparser.cxx | 758 const PPDValue* pValue = pKey->getValue( j ); in PPDParser() local 759 if( pValue == pKey->m_pDefaultValue ) in PPDParser() 762 switch( pValue->m_eType ) in PPDParser() 772 BSTRING( pValue->m_aOption ).GetBuffer(), in PPDParser() 773 BSTRING( pValue->m_aOptionTranslation ).GetBuffer(), in PPDParser() 775 BSTRING( pValue->m_aValue ).GetBuffer(), in PPDParser() 776 BSTRING( pValue->m_aValueTranslation ).GetBuffer() ); in PPDParser() 1097 PPDValue* pValue = pKey->insertValue( aOption ); in parse() local 1098 if( ! pValue ) in parse() 1100 pValue->m_eType = eType; in parse() [all …]
|
| /AOO42X/main/vcl/unx/generic/gdi/ |
| H A D | salprnpsp.cxx | 157 const PPDValue* pValue = NULL; in copyJobDataToJobSetup() local 163 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 164 if( pKey && pValue ) in copyJobDataToJobSetup() 167 pValue != pKey->getValue( pJobSetup->mnPaperBin ) && in copyJobDataToJobSetup() 177 pValue = NULL; in copyJobDataToJobSetup() 183 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 184 if( pKey && pValue ) in copyJobDataToJobSetup() 186 if( pValue->m_aOption.EqualsIgnoreCaseAscii( "None" ) || in copyJobDataToJobSetup() 187 pValue->m_aOption.EqualsIgnoreCaseAscii( "Simplex", 0, 7 ) in copyJobDataToJobSetup() 192 else if( pValue->m_aOption.EqualsIgnoreCaseAscii( "DuplexNoTumble" ) ) in copyJobDataToJobSetup() [all …]
|
| /AOO42X/main/vcl/unx/generic/app/ |
| H A D | i18n_wrp.cxx | 69 char *pName, *pValue; in XvaCountArgs() local 73 pValue = pInArgs->value; in XvaCountArgs() 77 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs() 93 char *pName, *pValue; in XvaCountArgs() local 97 pValue = va_arg(pInArgs, char*); in XvaCountArgs() 101 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs() 115 char *pName, *pValue; in XvaGetArgs() local 119 pValue = pInArgs->value; in XvaGetArgs() 123 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs() 128 pOutArgs->value = pValue; in XvaGetArgs() [all …]
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 573 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut… in ImplDrawNativeControl() local 577 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl() 582 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl() 598 const SpinbuttonValue *pValue = static_cast<const SpinbuttonValue*>(&aValue); in ImplDrawNativeControl() local 602 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl() 607 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl() 807 const TabitemValue *pValue = static_cast<const TabitemValue*>(&aValue); in ImplDrawNativeControl() local 808 if( pValue->isBothAligned() ) in ImplDrawNativeControl() 813 else if( pValue->isLeftAligned() ) in ImplDrawNativeControl() 815 else if( pValue->isRightAligned() ) in ImplDrawNativeControl() [all …]
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 517 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut… in drawStyledWidget() local 521 if ( pValue ) in drawStyledWidget() 523 if ( pValue->mnUpperState & CTRL_STATE_PRESSED ) in drawStyledWidget() 525 else if ( pValue->mnLowerState & CTRL_STATE_PRESSED ) in drawStyledWidget() 530 ( pValue->mnUpperState & CTRL_STATE_ENABLED ) || in drawStyledWidget() 531 ( pValue->mnLowerState & CTRL_STATE_ENABLED ) ) in drawStyledWidget() 540 if ( (pValue->mnUpperState & CTRL_STATE_ROLLOVER) || in drawStyledWidget() 541 (pValue->mnLowerState & CTRL_STATE_ROLLOVER) ) in drawStyledWidget() 568 const TabitemValue *pValue = static_cast<const TabitemValue *> ( &aValue ); in drawStyledWidget() local 571 if ( pValue ) in drawStyledWidget() [all …]
|
| /AOO42X/main/padmin/source/ |
| H A D | prtsetup.cxx | 45 const PPDValue* pValue = NULL; in insertAllPPDValues() local 51 pValue = pKey->getValue( i ); in insertAllPPDValues() 52 aOptionText = pParser->translateOption( pKey->getKey(), pValue->m_aOption) ; in insertAllPPDValues() 54 if( m_aJobData.m_aContext.checkConstraints( pKey, pValue ) ) in insertAllPPDValues() 56 if( rBox.GetEntryPos( (void*)pValue ) == LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() 59 rBox.SetEntryData( nPos, (void*)pValue ); in insertAllPPDValues() 64 if( ( nPos = rBox.GetEntryPos( (void*)pValue ) ) != LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() 68 pValue = m_aJobData.m_aContext.getValue( pKey ); in insertAllPPDValues() 69 if( pValue ) in insertAllPPDValues() 71 if( ( nPos = rBox.GetEntryPos( (void*)pValue ) ) != LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() [all …]
|
| /AOO42X/main/filter/source/xmlfilterdetect/ |
| H A D | filterdetect.cxx | 109 const PropertyValue * pValue = aArguments.getConstArray(); in detect() local 118 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "TypeName" ) ) ) in detect() 125 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "URL" ) ) ) in detect() 128 pValue[i].Value >>= sUrl; in detect() 132 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "InputStream" ) ) ) in detect() 134 pValue[i].Value >>= xInStream ; in detect() 135 pValue[i].Value >>= xIn ; in detect() 272 const PropertyValue * pValue = aAnySeq.getConstArray(); in initialize() local 277 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "Type" ) ) ) in initialize() 279 pValue[i].Value >>= msFilterName; in initialize() [all …]
|
| /AOO42X/main/sax/source/tools/ |
| H A D | fshelper.cxx | 61 const char* pValue = va_arg(args, const char*); in startElement() local 62 if (pValue) in startElement() 63 pAttrList->addUnknown(pName, pValue); in startElement() 80 const char* pValue = va_arg(args, const char*); in singleElement() local 81 if (pValue) in singleElement() 82 pAttrList->addUnknown(pName, pValue); in singleElement() 103 const char* pValue = va_arg(args, const char*); in startElementV() local 104 if (pValue) in startElementV() 105 pAttrList->add(nName, pValue); in startElementV() 121 const char* pValue = va_arg(args, const char*); in singleElementV() local [all …]
|
| /AOO42X/main/unotools/source/config/ |
| H A D | lingucfg.cxx | 611 const uno::Any *pValue = aValues.getConstArray(); in LoadOptions() local 615 const uno::Any &rVal = pValue[i]; in LoadOptions() 729 uno::Any *pValue = aValues.getArray(); in SaveOptions() local 736 *pValue++ = uno::makeAny( aTmp ); // 0 in SaveOptions() 737 *pValue++ = uno::makeAny( rOpt.aActiveDics ); // 1 in SaveOptions() 738 pValue++->setValue( &rOpt.bIsUseDictionaryList, rBOOL ); // 2 in SaveOptions() 739 pValue++->setValue( &rOpt.bIsIgnoreControlCharacters, rBOOL ); // 3 in SaveOptions() 741 *pValue++ = uno::makeAny( aTmp ); // 5 in SaveOptions() 743 *pValue++ = uno::makeAny( aTmp ); // 6 in SaveOptions() 745 pValue++->setValue( &rOpt.bIsSpellUpperCase, rBOOL ); // 7 in SaveOptions() [all …]
|
| /AOO42X/main/sal/osl/unx/ |
| H A D | tempfile.c | 50 const char *pValue = getenv( "TMPDIR" ); in osl_getTempDirURL() local 55 if ( !pValue ) in osl_getTempDirURL() 56 pValue = "/tmp"; in osl_getTempDirURL() 59 const char *pValue = getenv( "TEMP" ); in osl_getTempDirURL() 61 if ( !pValue ) in osl_getTempDirURL() 63 pValue = getenv( "TMP" ); in osl_getTempDirURL() 65 if ( !pValue ) in osl_getTempDirURL() 66 pValue = P_tmpdir; in osl_getTempDirURL() 71 if ( pValue ) in osl_getTempDirURL() 76 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in osl_getTempDirURL()
|
| /AOO42X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 354 LPTSTR pValue = 0; in ReadProfile() local 356 pCurLine += GetNameValue( pCurLine, &pName, &pValue ); in ReadProfile() 360 m_pDatabase = pValue; in ReadProfile() 361 Log( TEXT( " Database = %s\r\n" ), pValue ); in ReadProfile() 365 m_pReqVersion = pValue; in ReadProfile() 366 Log( TEXT( " msiversion = %s\r\n" ), pValue ); in ReadProfile() 370 m_pProductName = pValue; in ReadProfile() 371 Log( TEXT( " productname = %s\r\n" ), pValue ); in ReadProfile() 376 m_pUpgradeKey = pValue; in ReadProfile() 377 Log( TEXT( " upgradekey = %s\r\n" ), pValue ); in ReadProfile() [all …]
|
| /AOO42X/main/uui/source/ |
| H A D | iahndl-ioexceptions.cxx | 39 rtl::OUString * pValue) in getStringRequestArgument() argument 50 if (pValue) in getStringRequestArgument() 51 *pValue = aValue; in getStringRequestArgument() 62 bool * pValue) in getBoolRequestArgument() argument 73 if (pValue) in getBoolRequestArgument() 74 *pValue = bValue; in getBoolRequestArgument() 84 rtl::OUString * pValue) in getResourceNameRequestArgument() argument 90 pValue)) in getResourceNameRequestArgument() 94 if (pValue in getResourceNameRequestArgument() 95 && pValue->matchIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM( in getResourceNameRequestArgument() [all …]
|
| /AOO42X/main/xmerge/java/XMergeBridge/src/main/java/ |
| H A D | XMergeBridge.java | 178 com.sun.star.beans.PropertyValue[] pValue = aSourceData; in importer() local 180 for (int i = 0 ; i < pValue.length; i++) in importer() 187 if (pValue[i].Name.compareTo("InputStream")==0){ in importer() 188 ….XInputStream)AnyConverter.toObject(new Type(com.sun.star.io.XInputStream.class), pValue[i].Value); in importer() 190 if (pValue[i].Name.compareTo("FileName")==0){ in importer() 191 … sFileName=(String)AnyConverter.toObject(new Type(java.lang.String.class), pValue[i].Value); in importer() 275 com.sun.star.beans.PropertyValue[] pValue = aSourceData; in exporter() local 276 for (int i = 0 ; i < pValue.length; i++) in exporter() 284 if (pValue[i].Name.compareTo("OutputStream")==0){ in exporter() 285 …OutputStream)AnyConverter.toObject(new Type(com.sun.star.io.XOutputStream.class), pValue[i].Value); in exporter() [all …]
|
| /AOO42X/main/winaccessibility/source/UAccCOM/ |
| H A D | AccTextBase.cpp | 134 ::com::sun::star::beans::PropertyValue &pValue = pValues[i]; in get_attributes() 135 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingLevel"))==0) in get_attributes() 137 if (pValue.Value != Any()) in get_attributes() 138 pValue.Value >>= numberingLevel; in get_attributes() 144 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingPrefix"))==0) in get_attributes() 146 pValue.Value >>=numberingPrefix; in get_attributes() 150 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingRules"))==0) in get_attributes() 153 anyNumRule = pValue.Value; in get_attributes() 171 strAttrs += pValue.Name.getStr(); in get_attributes() 176 if (pValue.Name.compareTo(OUString::createFromAscii("CharBackColor"))==0 || in get_attributes() [all …]
|