Home
last modified time | relevance | path

Searched refs:pVal (Results 1 – 25 of 91) sorted by last modified time

1234

/trunk/main/linguistic/source/
H A Dmisc.cxx270 const PropertyValue *pVal = rProperties.getConstArray(); in IsUseDicList() local
275 if (UPH_IS_USE_DICTIONARY_LIST == pVal[i].Handle) in IsUseDicList()
277 pVal[i].Value >>= bRes; in IsUseDicList()
298 const PropertyValue *pVal = rProperties.getConstArray(); in IsIgnoreControlChars() local
303 if (UPH_IS_IGNORE_CONTROL_CHARACTERS == pVal[i].Handle) in IsIgnoreControlChars()
305 pVal[i].Value >>= bRes; in IsIgnoreControlChars()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx373 NSNumber* pVal = [pDev objectForKey: @"NSScreenNumber"]; in initResolution() local
374 if( pVal ) in initResolution()
378 const CGDirectDisplayID nDisplayID = (CGDirectDisplayID)[pVal longValue]; in initResolution()
H A Daquaprintaccessoryview.mm207 if( pVal )
221 if( pVal )
223 pVal->Value <<= i_nValue;
235 if( pVal )
241 pVal->Value <<= i_bValue;
253 if( pVal )
255 pVal->Value <<= i_rValue;
1291 if( pVal )
1292 pVal->Value >>= bVal;
1302 if( pVal && pVal->Value.hasValue() )
[all …]
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx141 inline sal_uInt16 impl_GetUInt16( const sal_uInt8* &pVal ) in impl_GetUInt16() argument
143 sal_uInt16 nRet = *pVal++; in impl_GetUInt16()
144 nRet += ( *pVal++ ) << 8; in impl_GetUInt16()
148 inline sal_Int32 impl_GetPointComponent( const sal_uInt8* &pVal, sal_uInt16 nPointSize ) in impl_GetPointComponent() argument
153 sal_uInt16 nUnsigned = *pVal++; in impl_GetPointComponent()
154 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
160 sal_uInt32 nUnsigned = *pVal++; in impl_GetPointComponent()
161 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
162 nUnsigned += ( *pVal++ ) << 16; in impl_GetPointComponent()
163 nUnsigned += ( *pVal++ ) << 24; in impl_GetPointComponent()
H A Ddocxattributeoutput.cxx1050 const char* pVal = "single"; in impl_borderLine() local
1054 pVal = ( sal_Char* )"double"; in impl_borderLine()
1057 pVal = ( sal_Char* )"thinThickMediumGap"; in impl_borderLine()
1061 pVal = ( sal_Char* )"thickThinMediumGap"; in impl_borderLine()
1065 pAttr->add( FSNS( XML_w, XML_val ), OString( pVal ) ); in impl_borderLine()
/trunk/main/forms/source/component/
H A DListBox.cxx1605 const sal_Int16* pVal = rSelection.getConstArray(); in itemStateChanged() local
1609 bModified = pVal[nLen] != pCompVal[nLen]; in itemStateChanged()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx118 char* pVal = NULL; in IsVersionNT64() local
120 if ( GetMsiProp( hMSI, "VersionNT64", &pVal ) && pVal ) in IsVersionNT64()
122 free( pVal ); in IsVersionNT64()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1086 SbxVariableRef pVal = PopVar(); in StepARGV() local
1090 if( pVal->ISA(SbxMethod) || pVal->ISA(SbUnoProperty) || pVal->ISA(SbProcedureProperty) ) in StepARGV()
1093 SbxVariable* pRes = new SbxVariable( *pVal ); in StepARGV()
1094 pVal = pRes; in StepARGV()
1096 refArgv->Put( pVal, nArgc++ ); in StepARGV()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx79 OSL_ASSERT( pVal ); in val2str()
216 ((uno_Any *)pVal)->pType , in val2str()
225 buf.append( *(rtl_uString **)pVal ); in val2str()
237 if (pValues[nPos] == *(int *)pVal) in val2str()
249 if (*(sal_Bool *)pVal) in val2str()
256 buf.append( *(sal_Unicode *)pVal ); in val2str()
260 buf.append( *(float *)pVal ); in val2str()
263 buf.append( *(double *)pVal ); in val2str()
279 buf.append( *(sal_Int32 *)pVal, 16 ); in val2str()
291 *(sal_Int32 *)&aVal = *(sal_Int32 *)pVal; in val2str()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx428 OOXMLValue::Pointer_t pVal(getValue()); in toTag() local
430 if (pVal.get() != NULL) in toTag()
534 OOXMLValue::Pointer_t pVal in sendTableDepth() local
541 OOXMLValue::Pointer_t pVal in sendTableDepth() local
1680 OOXMLValue::Pointer_t pVal in endCell() local
1687 OOXMLValue::Pointer_t pVal in endCell() local
1694 OOXMLValue::Pointer_t pVal in endCell() local
1737 OOXMLValue::Pointer_t pVal in endRow() local
1744 OOXMLValue::Pointer_t pVal in endRow() local
1751 OOXMLValue::Pointer_t pVal in endRow() local
[all …]
H A DOOXMLFastContextHandler.hxx136 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);
143 void mark(const Id & rId, OOXMLValue::Pointer_t pVal);
299 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);
321 virtual void newProperty(const Id & nId, OOXMLValue::Pointer_t pVal);
592 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);
H A DOOXMLFastHelper.hxx177 OOXMLValue::Pointer_t pVal(new T(rValue)); in newProperty() local
193 pHandler->newProperty(nId, pVal); in newProperty()
206 OOXMLValue::Pointer_t pVal(new T(nVal)); in newProperty() local
213 debug_logger->attribute("value", pVal->toString()); in newProperty()
221 pHandler->newProperty(nId, pVal); in newProperty()
229 OOXMLValue::Pointer_t pVal(new T(rValue)); in mark() local
247 pHandler->mark(nId, pVal); in mark()
/trunk/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx101 WW8StringValue::Pointer_t pVal(new WW8StringValue(mpSttbf->getEntry(n))); in resolve() local
102 ::writerfilter::Reference<Properties>::Pointer_t pProps(new WW8StringProperty(0, pVal)); in resolve()
H A DDff.cxx180 WW8Value::Pointer_t pVal = createValue(getRecordType()); in resolve() local
181 rHandler.attribute(NS_rtf::LN_dfftype, *pVal); in resolve()
183 pVal = createValue(getInstance()); in resolve()
184 rHandler.attribute(NS_rtf::LN_dffinstance, *pVal); in resolve()
186 pVal = createValue(getVersion()); in resolve()
187 rHandler.attribute(NS_rtf::LN_dffversion, *pVal); in resolve()
189 pVal = createValue(getU32(0x0)); in resolve()
190 rHandler.attribute(NS_rtf::LN_dffheader, *pVal); in resolve()
259 mMap[nId] = pVal; in attribute()
297 if (pVal.get() != NULL) in getShapeBid()
[all …]
H A DDffImpl.cxx425 WW8Value::Pointer_t pVal = createValue(getDffOptName(nId)); in resolveNoAuto() local
426 rHandler.attribute(NS_rtf::LN_shpname, *pVal); in resolveNoAuto()
428 pVal = createValue((nOp & nMask) != 0); in resolveNoAuto()
429 rHandler.attribute(NS_rtf::LN_shpvalue, *pVal); in resolveNoAuto()
506 WW8Value::Pointer_t pVal = createValue(nValue); in resolveNoAuto() local
507 rHandler.attribute(nAttrid, *pVal); in resolveNoAuto()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx949 const SliderValue* pVal = static_cast<const SliderValue*>(&aValue); in ImplDrawNativeControl() local
950 aThumbRect.left = pVal->maThumbRect.Left(); in ImplDrawNativeControl()
951 aThumbRect.top = pVal->maThumbRect.Top(); in ImplDrawNativeControl()
952 aThumbRect.right = pVal->maThumbRect.Right(); in ImplDrawNativeControl()
953 aThumbRect.bottom = pVal->maThumbRect.Bottom(); in ImplDrawNativeControl()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx760 …const PPDValue* pVal = pKey ? pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ) : … in GetCapabilities() local
764 return pVal ? 0xffff : 0; in GetCapabilities()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx2521 const ToolbarValue* pVal = static_cast<const ToolbarValue*>(&aValue); in NWPaintGTKToolbar() local
2522 g_x = pVal->maGripRect.Left(); in NWPaintGTKToolbar()
2523 g_y = pVal->maGripRect.Top(); in NWPaintGTKToolbar()
2524 g_w = pVal->maGripRect.GetWidth(); in NWPaintGTKToolbar()
2525 g_h = pVal->maGripRect.GetHeight(); in NWPaintGTKToolbar()
3004 const SliderValue* pVal = static_cast<const SliderValue*>(&rValue); in NWPaintGTKSlider() local
3037 … gint x = (w - slider_length + 1) * (pVal->mnCur - pVal->mnMin) / (pVal->mnMax - pVal->mnMin); in NWPaintGTKSlider()
3059 … gint y = (h - slider_length + 1) * (pVal->mnCur - pVal->mnMin) / (pVal->mnMax - pVal->mnMin); in NWPaintGTKSlider()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx934 const PPDValue* pVal = pKey->getValue( i ); in writeJobPatch() local
935 patch_order.push_back( pVal->m_aOption.ToInt32() ); in writeJobPatch()
936 if( patch_order.back() == 0 && ! pVal->m_aOption.EqualsAscii( "0" ) ) in writeJobPatch()
939 OString aOption = OUStringToOString( pVal->m_aOption, RTL_TEXTENCODING_ASCII_US ); in writeJobPatch()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx69 const PPDValue* pVal = NULL; in setCollate() local
71 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ); in setCollate()
74 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in setCollate()
75 if( ! pVal ) in setCollate()
76 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in setCollate()
78 m_aContext.setValue( pKey, pVal ); in setCollate()
H A Dprinterinfomanager.cxx1159 const PPDValue* pVal = pPageSizeKey->getValue( i ); in setDefaultPaper() local
1160 if( pVal->m_aOption.EqualsIgnoreCaseAscii( m_aSystemDefaultPaper.getStr() ) ) in setDefaultPaper()
1161 pPaperVal = pVal; in setDefaultPaper()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx874 …const PPDValue* pVal = pKey ? pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ) : … in GetCapabilities() local
878 return pVal ? 0xffff : 0; in GetCapabilities()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx259 beans::PropertyValue* pVal = aOutsideValues.getArray(); in setupProperties() local
262 pVal[i].Name = getIdentifiedPropertyName( it->first, pVal[i].Name ); in setupProperties()
263 xCont->addProperty( pVal[i].Name, in setupProperties()
265 pVal[i].Value in setupProperties()
H A Dprintdlg.cxx1421 if( pVal ) in setupOptionalUI()
1466 if( pVal ) in setupOptionalUI()
1514 if( pVal && pVal->Value.hasValue() ) in setupOptionalUI()
1582 if( pVal && pVal->Value.hasValue() ) in setupOptionalUI()
1616 if( pVal && pVal->Value.hasValue() ) in setupOptionalUI()
1643 if( pVal && pVal->Value.hasValue() ) in setupOptionalUI()
2197 if( pVal ) in IMPL_LINK()
2324 return pVal; in getValueForWindow()
2393 if( pVal ) in IMPL_LINK()
2436 if( pVal ) in IMPL_LINK()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx299 if( pVal ) in PrintJob()
1358 if( pVal ) in getValues()
1563 if( pVal ) in makeEnabled()
1606 if( pVal ) in createProgressDialog()
1644 if( pVal ) in pushPropertiesToPrinter()
1648 if( pVal ) in pushPropertiesToPrinter()
1654 if( pVal ) in pushPropertiesToPrinter()
1683 if( pVal ) in getBoolProperty()
1684 pVal->Value >>= bRet; in getBoolProperty()
1692 if( pVal ) in getIntProperty()
[all …]

Completed in 201 milliseconds

1234