Home
last modified time | relevance | path

Searched refs:mpValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx58 : mId(id), mpValue(pValue), meType(eType) in OOXMLPropertyImpl()
63 : OOXMLProperty(), mId(rSprm.mId), mpValue(rSprm.mpValue), meType(rSprm.meType) in OOXMLPropertyImpl()
80 if (mpValue.get() != NULL) in getValue()
92 if (mpValue.get() != NULL) in getBinary()
93 pResult = mpValue->getBinary(); in getBinary()
102 if (mpValue.get() != NULL) in getStream()
103 pResult = mpValue->getStream(); in getStream()
112 if (mpValue.get() != NULL) in getProps()
113 pResult = mpValue->getProperties(); in getProps()
145 if (mpValue.get() != NULL) in toString()
[all …]
H A DOOXMLFastContextHandler.cxx1462 mpValue = pValue; in setValue()
1471 return mpValue; in getValue()
1489 if (mpValue.get() == NULL) in setDefaultBooleanValue()
1502 if (mpValue.get() == NULL) in setDefaultIntegerValue()
1515 if (mpValue.get() == NULL) in setDefaultHexValue()
1528 if (mpValue.get() == NULL) in setDefaultStringValue()
H A DOOXMLPropertySetImpl.hxx67 mutable OOXMLValue::Pointer_t mpValue; member in writerfilter::ooxml::OOXMLPropertyImpl
H A DOOXMLFastContextHandler.hxx386 OOXMLValue::Pointer_t mpValue; member in writerfilter::ooxml::OOXMLFastContextHandlerValue
/trunk/main/vcl/unx/gtk/a11y/
H A Datkvalue.cxx42 if( !pWrap->mpValue && pWrap->mpContext ) in getValue()
45 pWrap->mpValue = reinterpret_cast< accessibility::XAccessibleValue * > (any.pReserved); in getValue()
46 pWrap->mpValue->acquire(); in getValue()
49 return pWrap->mpValue; in getValue()
H A Datkwrapper.cxx660 wrapper->mpValue = NULL; in atk_object_wrapper_init()
948 RELEASE( wrapper->mpValue ) in atk_object_wrapper_dispose()
H A Datkwrapper.hxx68 ::com::sun::star::accessibility::XAccessibleValue *mpValue;
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1121 AnyWidget *mpValue; member in PropertiesList::PropertyEntry
1133 mpValue = pAnyWidget; in PropertyEntry()
1135 mpFlag->SetToggleHdl( LINK( mpValue, AnyWidget, FlagToggledHdl ) ); in PropertyEntry()
1136 mpValue->mpFlag = mpFlag; in PropertyEntry()
1146 delete mpValue; in ~PropertyEntry()
1269 Add( propEntry->mpValue->getWindow(), true, false ); in addProperties()
1270 Add( propEntry->mpValue->getContainer(), true, false ); in addProperties()
/trunk/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx114 : mnId(nId), mpValue(pValue) in WW8StringProperty()
124 rProperties.attribute(mnId, *mpValue); in resolve()
H A DWW8Sttbf.hxx116 WW8StringValue::Pointer_t mpValue; member in writerfilter::doctok::WW8StringProperty

Completed in 83 milliseconds