Searched refs:newProperty (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastHelper.hxx | 52 static void newProperty(OOXMLFastContextHandler * pHandler, 56 static void newProperty(OOXMLFastContextHandler * pHandler, 173 void OOXMLFastHelper<T>::newProperty(OOXMLFastContextHandler * pHandler, in newProperty() function in writerfilter::ooxml::OOXMLFastHelper 193 pHandler->newProperty(nId, pVal); in newProperty() 202 void OOXMLFastHelper<T>::newProperty(OOXMLFastContextHandler * pHandler, in newProperty() function in writerfilter::ooxml::OOXMLFastHelper 221 pHandler->newProperty(nId, pVal); in newProperty()
|
H A D | OOXMLFactory.cxx | 164 OOXMLFastHelper<OOXMLBooleanValue>::newProperty(pHandler, nId, aValue); in attributes() 176 OOXMLFastHelper<OOXMLStringValue>::newProperty in attributes() 189 OOXMLFastHelper<OOXMLIntegerValue>::newProperty in attributes() 202 OOXMLFastHelper<OOXMLHexValue>::newProperty in attributes() 227 OOXMLFastHelper<OOXMLIntegerValue>::newProperty in attributes()
|
H A D | OOXMLFastContextHandler.hxx | 136 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal); 303 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal); 327 virtual void newProperty(const Id & nId, OOXMLValue::Pointer_t pVal); 598 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);
|
H A D | OOXMLFastContextHandler.cxx | 687 void OOXMLFastContextHandler::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandler 1086 newProperty(NS_ooxml::LN_inputstream, aValue); in resolveOLE() 1178 void OOXMLFastContextHandlerStream::newProperty(const Id & rId, in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerStream 1292 void OOXMLFastContextHandlerProperties::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties 1925 newProperty(NS_ooxml::LN_shape, pValue); in sendShape() 2205 void OOXMLFastContextHandlerWrapper::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerWrapper 2212 pHandler->newProperty(rId, pVal); in newProperty()
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 490 MyProperty newProperty( false, in associate() local 498 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( newProperty ); in associate() 511 it1 = properties.find( newProperty ); in associate() 516 properties.insert( newProperty ); in associate()
|
Completed in 32 milliseconds