/trunk/main/sd/source/ui/view/ |
H A D | frmview.cxx | 600 pValue->Name = (*aIter).first; in WriteUserDataSequence() 726 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 755 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 769 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 776 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 783 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 858 if( pValue->Value >>= nTop ) in ReadUserDataSequence() 869 if( pValue->Value >>= nLeft ) in ReadUserDataSequence() 900 if( pValue->Value >>= bBool ) in ReadUserDataSequence() 908 if( pValue->Value >>= bBool ) in ReadUserDataSequence() [all …]
|
/trunk/main/starmath/source/ |
H A D | cfgitem.cxx | 498 if (pValue->hasValue() && (*pValue >>= nTmp32)) 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() 729 ++pValue; in ReadFontFormat() 734 ++pValue; in ReadFontFormat() 739 ++pValue; in ReadFontFormat() 744 ++pValue; in ReadFontFormat() [all …]
|
H A D | unomodel.cxx | 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() 852 *pValue <<= (sal_Int16)aFormat.GetHorAlign(); in _getPropertyValues() 905 *pValue <<= aSequence; in _getPropertyValues() 952 *pValue <<= aSequence; in _getPropertyValues() 962 *pValue <<= getRuntimeUID(); in _getPropertyValues() [all …]
|
/trunk/main/package/source/package/manifest/ |
H A D | ManifestExport.cxx | 113 pValue->Value >>= aMediaType; in ManifestExport() 117 pValue->Value >>= aPath; in ManifestExport() 121 pValue->Value >>= aVersion; in ManifestExport() 209 pValue->Value >>= aString; in ManifestExport() 214 pValue->Value >>= aString; in ManifestExport() 221 pValue->Value >>= aString; in ManifestExport() 227 pValue->Value >>= nSize; in ManifestExport() 233 pVector = &pValue->Value; in ManifestExport() 235 pSalt = &pValue->Value; in ManifestExport() 239 pDigest = &pValue->Value; in ManifestExport() [all …]
|
/trunk/main/sfx2/source/appl/ |
H A D | appuno.cxx | 1297 ::com::sun::star::beans::PropertyValue *pValue = aSequ.getArray(); 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() 1364 if ( !pItem->QueryValue( pValue[nActProp++].Value ) ) in TransformItems() 1385 pValue[nActProp].Name = aName; in TransformItems() 1406 pValue[nActProp++].Value = ( ((SfxUnoAnyItem*)pItem)->GetValue() ); in TransformItems() 1411 pValue[nActProp++].Value = ( ((SfxUnoAnyItem*)pItem)->GetValue() ); in TransformItems() 1416 pValue[nActProp++].Value = ( ((SfxUnoAnyItem*)pItem)->GetValue() ); in TransformItems() 1421 pValue[nActProp++].Value = ( ((SfxUnoAnyItem*)pItem)->GetValue() ); in TransformItems() [all …]
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1366 pValue++; in ReadUserDataSequence() 1493 pValue++;nIndex++; in WriteUserDataSequence() 1497 pValue++;nIndex++; in WriteUserDataSequence() 1501 pValue++;nIndex++; in WriteUserDataSequence() 1505 pValue++;nIndex++; in WriteUserDataSequence() 1509 pValue++;nIndex++; in WriteUserDataSequence() 1513 pValue++;nIndex++; in WriteUserDataSequence() 1517 pValue++;nIndex++; in WriteUserDataSequence() 1522 pValue++;nIndex++; in WriteUserDataSequence() 1527 pValue++;nIndex++; in WriteUserDataSequence() [all …]
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkvalue.cxx | 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() 74 if( pValue ) in value_wrapper_get_current_value() 75 anyToGValue( pValue->getCurrentValue(), gval ); in value_wrapper_get_current_value() 88 if( pValue ) in value_wrapper_get_maximum_value() 102 if( pValue ) in value_wrapper_get_minimum_value() 116 if( pValue ) in value_wrapper_set_current_value() [all …]
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | UnoDocumentSettings.cxx | 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() 976 *pValue <<= pDocSh->IsUseUserData(); in _getPropertyValues() 1031 *pValue <<= (sal_Int16)nMeasure; in _getPropertyValues() 1064 *pValue <<= aSequence; in _getPropertyValues() [all …]
|
/trunk/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 105 const PPDValue* pValue = NULL; in copyJobDataToJobSetup() local 112 if( pKey && pValue ) in copyJobDataToJobSetup() 125 pValue = NULL; in copyJobDataToJobSetup() 132 if( pKey && pValue ) in copyJobDataToJobSetup() 567 const PPDValue* pValue; in SetData() local 594 if( ! ( pKey && pValue && aData.m_aContext.setValue( pKey, pValue, false ) == pValue ) ) in SetData() 606 pValue = pKey->getDefaultValue(); in SetData() 628 pValue = NULL; in SetData() 644 pValue = 0; in SetData() 647 if( ! pValue ) in SetData() [all …]
|
/trunk/main/cppu/source/uno/ |
H A D | destr.hxx | 38 void * pValue, in _destructUnion() argument 51 void * pValue, 57 void * pValue, in _destructStruct() argument 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 376 _destructAny( (uno_Any *)pValue, release ); in _destructData() 409 _destructUnion( pValue, pTypeDescr, release ); in _destructData() 414 _destructUnion( pValue, pTypeDescr, release ); in _destructData() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | ClParser.java | 50 String pValue = ""; in getCommandLineParameter() local 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() 105 pValue = "yes"; in getCommandLineParameter() [all …]
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1098 if( ! pValue ) in parse() 1100 pValue->m_eType = eType; in parse() 1717 if( ! pValue ) in getValueCaseInsensitive() 1724 return pValue; in getValueCaseInsensitive() 1758 return pValue; in insertValue() 1824 if( ! pValue ) in getValue() 1827 return pValue; in getValue() 1843 if( pValue ) in setValue() 1878 return pValue; in setValue() 2123 if( pValue ) in getRenderResolution() [all …]
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 157 const PPDValue* pValue = NULL; in copyJobDataToJobSetup() local 164 if( pKey && pValue ) in copyJobDataToJobSetup() 177 pValue = NULL; in copyJobDataToJobSetup() 184 if( pKey && pValue ) in copyJobDataToJobSetup() 669 const PPDValue* pValue; in SetData() local 708 if( ! ( pKey && pValue && aData.m_aContext.setValue( pKey, pValue, false ) == pValue ) ) in SetData() 720 pValue = pKey->getDefaultValue(); in SetData() 742 pValue = NULL; in SetData() 758 pValue = 0; in SetData() 761 if( ! pValue ) in SetData() [all …]
|
/trunk/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() 115 char *pName, *pValue; in XvaGetArgs() local 119 pValue = pInArgs->value; in XvaGetArgs() 128 pOutArgs->value = pValue; in XvaGetArgs() 140 char *pName, *pValue; in XvaGetArgs() local 144 pValue = va_arg(pInArgs, char*); in XvaGetArgs() [all …]
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 577 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl() 582 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl() 602 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl() 607 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl() 808 if( pValue->isBothAligned() ) in ImplDrawNativeControl() 813 else if( pValue->isLeftAligned() ) in ImplDrawNativeControl() 826 if( pValue && !pValue->isBothAligned() ) in ImplDrawNativeControl() 828 if( pValue->isLeftAligned() || pValue->isNotAligned() ) in ImplDrawNativeControl() 1390 if ( pValue->isBothAligned() ) in getNativeControlRegion() 1396 if ( pValue && !pValue->isBothAligned() ) in getNativeControlRegion() [all …]
|
/trunk/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 521 if ( pValue ) in drawStyledWidget() 571 if ( pValue ) in drawStyledWidget() 573 …if ( ( pValue->isFirst() || pValue->isLeftAligned() ) && ( pValue->isLast() || pValue->isRightAlig… in drawStyledWidget() 575 else if ( pValue->isFirst() || pValue->isLeftAligned() ) in drawStyledWidget() 577 else if ( pValue->isLast() || pValue->isRightAligned() ) in drawStyledWidget() 609 if ( pValue ) in drawStyledWidget() 617 if ( pValue->mnThumbState & CTRL_STATE_ROLLOVER ) in drawStyledWidget() 1012 if ( pValue ) in scrollBar() 1014 m_pScrollBar->setMinValue( pValue->mnMin ); in scrollBar() 1015 m_pScrollBar->setMaxValue( pValue->mnMax - pValue->mnVisibleSize ); in scrollBar() [all …]
|
/trunk/main/padmin/source/ |
H A D | prtsetup.cxx | 45 const PPDValue* pValue = NULL; in insertAllPPDValues() local 51 pValue = pKey->getValue( i ); in insertAllPPDValues() 54 if( m_aJobData.m_aContext.checkConstraints( pKey, pValue ) ) in insertAllPPDValues() 59 rBox.SetEntryData( nPos, (void*)pValue ); in insertAllPPDValues() 68 pValue = m_aJobData.m_aContext.getValue( pKey ); in insertAllPPDValues() 69 if( pValue ) in insertAllPPDValues() 338 PPDValue* pValue = in IMPL_LINK() local 463 if( pKey && pValue ) in IMPL_LINK() 481 const PPDValue* pValue = NULL; in FillValueBox() local 484 pValue = pKey->getValue( i ); in FillValueBox() [all …]
|
/trunk/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() 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() 285 pValue[i].Value >>= msUserData; in initialize() [all …]
|
/trunk/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() 122 if (pValue) in singleElementV() [all …]
|
/trunk/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 745 pValue++->setValue( &rOpt.bIsSpellUpperCase, rBOOL ); // 7 in SaveOptions() 746 pValue++->setValue( &rOpt.bIsSpellWithDigits, rBOOL ); // 8 in SaveOptions() 765 pValue++->setValue( &rOpt.bIsDirectionToSimplified, rBOOL ); // 25 in SaveOptions() 766 pValue++->setValue( &rOpt.bIsUseCharacterVariants, rBOOL ); // 26 in SaveOptions() 767 pValue++->setValue( &rOpt.bIsTranslateCommonTerms, rBOOL ); // 27 in SaveOptions() 768 pValue++->setValue( &rOpt.bIsReverseMapping, rBOOL ); // 28 in SaveOptions() 771 pValue++->setValue( &rOpt.bIsGrammarAuto, rBOOL ); // 30 in SaveOptions() [all …]
|
/trunk/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()
|
/trunk/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 …]
|
/trunk/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() 190 if (pValue[i].Name.compareTo("FileName")==0){ 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() 288 if (pValue[i].Name.compareTo("FileName")==0){ in exporter() 292 if (pValue[i].Name.compareTo("URL")==0){ in exporter() 293 sURL=(String)AnyConverter.toObject(new Type(java.lang.String.class), pValue[i].Value); in exporter() [all …]
|
/trunk/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 339 LPTSTR pValue = 0; in ReadProfile() local 345 m_pDatabase = pValue; in ReadProfile() 350 m_pReqVersion = pValue; in ReadProfile() 371 delete [] pValue; in ReadProfile() 376 delete [] pValue; in ReadProfile() 394 LPTSTR pValue = 0; in ReadProfile() local 406 delete [] pValue; in ReadProfile() 426 delete [] pValue; in ReadProfile() 575 *pValue = 0; in GetNameValue() 607 *pValue = new TCHAR[ nValueLen ]; in GetNameValue() [all …]
|
/trunk/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() 181 pValue.Value >>= nColor; in get_attributes() [all …]
|