Home
last modified time | relevance | path

Searched refs:bAsTemplate (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx229 sal_Bool bAsTemplate( sal_False ); in createInstanceWithArguments() local
238 lcl_extractAndRemove( aArgs, PROPERTY_AS_TEMPLATE, bAsTemplate ); in createInstanceWithArguments()
290 xProp->getPropertyValue(PROPERTY_AS_TEMPLATE) >>= bAsTemplate; in createInstanceWithArguments()
322 pElementImpl->m_aProps.bAsTemplate = bAsTemplate; in createInstanceWithArguments()
H A Ddocumentdefinition.cxx683 REGISTER_PROPERTY ( AS_TEMPLATE, m_pImpl->m_aProps.bAsTemplate ); in IMPLEMENT_FORWARD_XINTERFACE3()
1153 if ( !m_bForm && m_pImpl->m_aProps.bAsTemplate && !m_bOpenInDesign ) in onCommandOpenSomething()
1595 aValue.Value <<= m_pImpl->m_aProps.bAsTemplate; in saveAs()
H A Ddocumentdefinition.hxx179 inline sal_Bool isNewReport() const { return !m_bForm && !m_pImpl->m_aProps.bAsTemplate; } in isNewReport()
/aoo41x/main/dbaccess/source/core/inc/
H A DContentHelper.hxx103 sal_Bool bAsTemplate; // AsTemplate member
109 ,bAsTemplate( sal_False ) in ContentProperties()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx871 sal_Bool bAsTemplate = sal_False; in exportComponent() local
872 _xProp->getPropertyValue(PROPERTY_AS_TEMPLATE) >>= bAsTemplate; in exportComponent()
873 AddAttribute(XML_NAMESPACE_DB, XML_AS_TEMPLATE,bAsTemplate ? XML_TRUE : XML_FALSE); in exportComponent()
/aoo41x/main/svtools/source/contnr/
H A Dtemplwin.hxx226 … OpenFile( const String& rURL, sal_Bool bPreview, sal_Bool bIsTemplate, sal_Bool bAsTemplate );
H A Dtemplwin.cxx915 …Impl::OpenFile( const String& rURL, sal_Bool bPreview, sal_Bool bIsTemplate, sal_Bool bAsTemplate ) in OpenFile() argument
1011 aArgs[0].Value <<= bAsTemplate; in OpenFile()

Completed in 59 milliseconds