Searched refs:newProperty (Results 1 – 5 of 5) sorted by relevance
/trunk/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); 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 D | OOXMLFastContextHandler.cxx | 683 void OOXMLFastContextHandler::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandler 1083 newProperty(NS_ooxml::LN_inputstream, aValue); in resolveOLE() 1175 void OOXMLFastContextHandlerStream::newProperty(const Id & rId, in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerStream 1282 void OOXMLFastContextHandlerProperties::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties 1915 newProperty(NS_ooxml::LN_shape, pValue); in sendShape() 2195 void OOXMLFastContextHandlerWrapper::newProperty in newProperty() function in writerfilter::ooxml::OOXMLFastContextHandlerWrapper 2202 pHandler->newProperty(rId, pVal); in newProperty()
|
/trunk/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 95 milliseconds