Lines Matching refs:pDocuSave
1458 ODocumentSaveContinuation* pDocuSave = NULL; in save() local
1462 pDocuSave = new ODocumentSaveContinuation; in save()
1463 pRequest->addContinuation(pDocuSave); in save()
1487 if ( pDocuSave && pDocuSave->wasSelected() ) in save()
1489 Reference<XNameContainer> xNC( pDocuSave->getContent(), UNO_QUERY_THROW ); in save()
1492 NameChangeNotifier aNameChangeAndNotify( *this, pDocuSave->getName(), aGuard ); in save()
1493 m_pImpl->m_aProps.aTitle = pDocuSave->getName(); in save()
1496 xNC->insertByName(pDocuSave->getName(),makeAny(xContent)); in save()
1546 ODocumentSaveContinuation* pDocuSave = new ODocumentSaveContinuation; in saveAs() local
1547 pRequest->addContinuation(pDocuSave); in saveAs()
1562 if ( pDocuSave->wasSelected() ) in saveAs()
1565 Reference<XNameContainer> xNC(pDocuSave->getContent(),UNO_QUERY); in saveAs()
1568 if ( m_pImpl->m_aProps.aTitle != pDocuSave->getName() ) in saveAs()
1580 rename(pDocuSave->getName()); in saveAs()