Kaydet (Commit) 27041c83 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: hide glTF methods from easy list

Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
üst 82a8c5fd
...@@ -55,6 +55,7 @@ grep ::.*\( unusedcode.all \ ...@@ -55,6 +55,7 @@ grep ::.*\( unusedcode.all \
| grep -v ^cppu:: \ | grep -v ^cppu:: \
| grep -v ^CppUnit:: \ | grep -v ^CppUnit:: \
| grep -v ^Dde \ | grep -v ^Dde \
| grep -v ^glTF:: \
| grep -v ^graphite2:: \ | grep -v ^graphite2:: \
| grep -v ^jvmaccess:: \ | grep -v ^jvmaccess:: \
| grep -v ^libcdr:: \ | grep -v ^libcdr:: \
......
...@@ -220,44 +220,6 @@ connectivity::file::OStatement_Base::reset() ...@@ -220,44 +220,6 @@ connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*) connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(bool) connectivity::sdbcx::OGroup::OGroup(bool)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool) connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool)
glTF::Camera::getLookAt()
glTF::Camera::getPosition()
glTF::Camera::getUp()
glTF::Camera::setLookAt(glTF::Vector3D&)
glTF::Camera::setPosition(glTF::Vector3D&)
glTF::Camera::setUp(glTF::Vector3D&)
glTF::Light::getAttenuationConstant()
glTF::Light::getAttenuationLinear()
glTF::Light::getAttenuationQuadratic()
glTF::Light::getDirection()
glTF::Light::getLightSourceType()
glTF::Light::getName()
glTF::Light::getPosition()
glTF::Light::getPositions()
glTF::Light::setAttenuationConstant(float)
glTF::Light::setAttenuationLinear(float)
glTF::Light::setAttenuationQuadratic(float)
glTF::Light::setColor(glTF::Vector3D)
glTF::Light::setDirection(glTF::Vector3D)
glTF::Light::setName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)
glTF::MaterialProperty::getDataLength()
glTF::Mesh::getMeshName()
glTF::Node::getNodeName() const
glTF::Node::getNodeType() const
glTF::Node::getParentNode()
glTF::Primitives::getAttributeSize() const
glTF::Scene::findLightTransformation()
glTF::Scene::getCameraMatrix() const
glTF::TechAttribute::getAttributeIndex()
glTF::TechUniform::getUniformIndex()
glTF::TechUniform::getUniformName()
glTF::Technique::getFragmentShader()
glTF::Technique::getTechAttributeSize() const
glTF::Technique::getTechUniform(unsigned int)
glTF::Technique::getTechUniformSize() const
glTF::Technique::getVertexShader()
glTF::Technique::setProgramId(unsigned int)
glTF::gltf_get_json_string(glTF::glTFHandle*)
oglcanvas::CanvasHelper::flush() const oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::drawingml::CustomShapeProvider::createParameterPairSequence(unsigned long, oox::drawingml::CustomShapeProvider::ParameterPairData const*) oox::drawingml::CustomShapeProvider::createParameterPairSequence(unsigned long, oox::drawingml::CustomShapeProvider::ParameterPairData const*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment