Lines Matching refs:m_aProps

682     REGISTER_PROPERTY_BV( NAME,            m_pImpl->m_aProps.aTitle            );  in IMPLEMENT_FORWARD_XINTERFACE3()
683 REGISTER_PROPERTY ( AS_TEMPLATE, m_pImpl->m_aProps.bAsTemplate ); in IMPLEMENT_FORWARD_XINTERFACE3()
684 REGISTER_PROPERTY ( PERSISTENT_NAME, m_pImpl->m_aProps.sPersistentName ); in IMPLEMENT_FORWARD_XINTERFACE3()
694 if ( m_pImpl->m_aProps.sPersistentName.getLength() ) in getFastPropertyValue()
699 aBuffer.append( m_pImpl->m_aProps.sPersistentName ); in getFastPropertyValue()
1098 OSL_ENSURE( m_pImpl->m_aProps.sPersistentName.getLength(), in onCommandOpenSomething()
1100 if ( !m_pImpl->m_aProps.sPersistentName.getLength() ) in onCommandOpenSomething()
1153 if ( !m_bForm && m_pImpl->m_aProps.bAsTemplate && !m_bOpenInDesign ) in onCommandOpenSomething()
1238 xStorage->copyElementTo(m_pImpl->m_aProps.sPersistentName,xDest,sPersistentName); in execute()
1277 xStorage->removeElement(m_pImpl->m_aProps.sPersistentName); in execute()
1396 ,m_pImpl->m_aProps.sPersistentName in onCommandInsert()
1443 aRequest.Name = m_pImpl->m_aProps.aTitle; in save()
1460 if ( !m_pImpl->m_aProps.aTitle.getLength() ) in save()
1493 m_pImpl->m_aProps.aTitle = pDocuSave->getName(); in save()
1525 if ( !m_pImpl->m_aProps.aTitle.getLength() ) in saveAs()
1539 aRequest.Name = m_pImpl->m_aProps.aTitle; in saveAs()
1568 if ( m_pImpl->m_aProps.aTitle != pDocuSave->getName() ) in saveAs()
1577 … xStorage->copyElementTo(m_pImpl->m_aProps.sPersistentName,xStorage,sPersistentName); in saveAs()
1579 ::rtl::OUString sOldName = m_pImpl->m_aProps.aTitle; in saveAs()
1595 aValue.Value <<= m_pImpl->m_aProps.bAsTemplate; in saveAs()
1689 …return lcl_determineContentType_nothrow( getContainerStorage(), m_pImpl->m_aProps.sPersistentName … in determineContentType()
1787 if ( m_pImpl->m_aProps.aTitle.getLength() ) in fillLoadArgs()
1788 aMediaDesc.put( "DocumentTitle", m_pImpl->m_aProps.aTitle ); in fillLoadArgs()
1857 ,m_pImpl->m_aProps.sPersistentName in loadEmbeddedObject()
2191 if ( _rNewName.equals( m_pImpl->m_aProps.aTitle ) ) in rename()
2200 m_pImpl->m_aProps.aTitle = _rNewName; in rename()
2315 ::rtl::OUString sName = m_pImpl->m_aProps.aTitle; in updateDocumentTitle()