Home
last modified time | relevance | path

Searched refs:pVal (Results 76 – 91 of 91) sorted by relevance

1234

/trunk/main/vcl/unx/generic/printer/
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/sw/source/filter/html/
H A Dcss1atr.cxx236 const sal_Char *pVal, in OutCSS1_Property() argument
297 if( pVal ) in OutCSS1_Property()
298 HTMLOutFuncs::Out_String( Strm(), String::CreateFromAscii(pVal), in OutCSS1_Property()
306 if( pVal ) in OutCSS1_Property()
307 sOut += pVal; in OutCSS1_Property()
/trunk/main/rsc/inc/
H A Drscconst.hxx49 sal_Bool GetConstValue( Atom nConstId, sal_Int32 * pVal ) const;
/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/sw/source/filter/ww8/
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/idl/inc/
H A Ddatabase.hxx145 sal_Bool FindId( const ByteString & rIdName, sal_uLong * pVal );
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx208 …aultFormat(sal_uInt16 nTypeId, sal_Bool bIsText, SvNumberFormatter* pFormatter, double* pVal = 0L);
/trunk/main/odk/examples/OLE/activex/
H A Dso_activex.idl85 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
/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()
/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/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/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl114 …erty _implementedInterfaces")] HRESULT _implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
/trunk/main/pyuno/source/module/
H A Dpyuno_impl.hxx92 rtl::OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef, sal_Int32 mo…
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx5095 const ScMatrixValue* pVal = pMatrix->Get( nC, nR, nType); in CreateStringFromMatrix() local
5098 AppendBoolean( rBuffer, pVal->GetBoolean() ); in CreateStringFromMatrix()
5101 sal_uInt16 nErr = pVal->GetError(); in CreateStringFromMatrix()
5105 AppendDouble( rBuffer, pVal->fVal ); in CreateStringFromMatrix()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx88 PropValData(void* pVal, const char* cPropName, uno::Type aType ) : in PropValData()
89 aVal(pVal, aType), in PropValData()
H A Dunostyle.cxx381 const uno::Any* pVal; in loadStylesFromURL() local
385 if( ( pVal = &pArray[i].Value)->getValueType() == in loadStylesFromURL()
389 sal_Bool bVal = *(sal_Bool*)pVal->getValue(); in loadStylesFromURL()

Completed in 159 milliseconds

1234