Lines Matching refs:Is

268 	    if ( m_pObjectShell.Is() && !m_pObjectShell->IsModified() )  in storageIsModified()
683 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in getLibraryContainer()
702 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in createLibrary()
719 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in addModule()
736 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in addDialog()
956 if ( m_pData->m_pObjectShell.Is() && !m_pData->m_pObjectShell->GetMedium() ) in attachResource()
966 if ( m_pData->m_pObjectShell.Is() ) in attachResource()
1047 if ( m_pData->m_pObjectShell.Is() ) in getArgs()
1350 if ( !m_pData->m_pObjectShell.Is() ) in disableSetModified()
1363 if ( !m_pData->m_pObjectShell.Is() ) in enableSetModified()
1376 if ( !m_pData->m_pObjectShell.Is() ) in isSetModifiedEnabled()
1390 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->IsModified() : sal_False; in isModified()
1402 if ( m_pData->m_pObjectShell.Is() ) in setModified()
1555 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->HasName() : sal_False; in hasLocation()
1566 if ( m_pData->m_pObjectShell.Is() ) in getLocation()
1586 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->IsReadOnly() : sal_True; in isReadonly()
1602 if ( m_pData->m_pObjectShell.Is() ) in storeSelf()
1701 if ( m_pData->m_pObjectShell.Is() ) in storeAsURL()
1740 if ( m_pData->m_pObjectShell.Is() ) in storeToURL()
1808 DBG_ASSERT( m_pData->m_pObjectShell.Is(), "Model is useless without an ObjectShell" ); in initNew()
1809 if ( m_pData->m_pObjectShell.Is() ) in initNew()
1839 DBG_ASSERT( m_pData->m_pObjectShell.Is(), "Model is useless without an ObjectShell" ); in load()
1841 if ( m_pData->m_pObjectShell.Is() ) in load()
2006 if ( m_pData->m_pObjectShell.Is() ) in getTransferData()
2725 if ( !m_pData->m_pObjectShell.Is() || !m_pData->m_pObjectShell->IsEnableSetModified() ) in changing()
3108 if ( m_pData->m_pObjectShell.Is() && !m_pData->m_contViewData.is() ) in getViewData()
3259 if ( m_pData->m_pObjectShell.Is() ) in getDocumentSubStorage()
3286 if ( m_pData->m_pObjectShell.Is() ) in getDocumentSubStoragesNames()
3363 if ( m_pData->m_pObjectShell.Is() ) in hasValidSignatures()
3544 if ( !m_pData->m_pObjectShell.Is() ) in setVisualAreaSize()
3576 if ( !m_pData->m_pObjectShell.Is() ) in getVisualAreaSize()
3583 SfxViewFrame* pViewFrm = m_pData->m_pObjectShell.Is() ? in getVisualAreaSize()
3605 if ( !m_pData->m_pObjectShell.Is() ) in getMapUnit()
3684 if ( !m_pData->m_pObjectShell.Is() ) in storeToStorage()
3745 if ( !m_pData->m_pObjectShell.Is() ) in switchToStorage()
3769 if ( !m_pData->m_pObjectShell.Is() ) in getDocumentStorage()