Lines Matching refs:m_aEditorFrame

69     protected EditorFrame m_aEditorFrame;  field in OwnEmbeddedObject
92 m_aObjSize = m_aEditorFrame.getAppSize(); in UpdateSizeAndGetFromActive()
360 if ( m_aEditorFrame == null ) in storeOwn()
363 SaveDataToStorage( m_xOwnStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeOwn()
439 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry()
441 m_aObjSize = m_aEditorFrame.getAppSize(); in setPersistentEntry()
447 m_aEditorFrame = new EditorFrame( m_aEntryName, this, 5, 20 ); in setPersistentEntry()
449 m_aObjSize = m_aEditorFrame.getAppSize(); in setPersistentEntry()
474 String aContents = m_aEditorFrame.getText(); in storeToEntry()
476 … SaveDataToStorage( xSubStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeToEntry()
505 … SaveDataToStorage( xSubStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeAsEntry()
596 if ( m_aEditorFrame == null ) in setVisualAreaSize()
600 m_aEditorFrame.setAppSize( m_aObjSize ); in setVisualAreaSize()
640 byte[] aData = m_aEditorFrame.getReplacementImage(); in getPreferredVisualRepresentation()
813 if ( m_aEditorFrame != null ) in close()
815 m_aEditorFrame.dispose(); in close()
816 m_aEditorFrame = null; in close()
844 if ( m_aEditorFrame == null ) in changeState()
846 m_aEditorFrame.toFront(); in changeState()
871 m_aEditorFrame = aEditorFrame; in changeState()
879 m_aEditorFrame.show(); in changeState()
880 m_aEditorFrame.toFront(); in changeState()
893 EditorFrame aFrame = m_aEditorFrame; in changeState()
894 m_aEditorFrame = null; in changeState()
900 if ( m_aEditorFrame == null ) in changeState()
906 m_aEditorFrame.show(); in changeState()
907 m_aEditorFrame.toFront(); in changeState()
910 m_aEditorFrame.setAppSize( m_aObjSize ); in changeState()
922 m_aEditorFrame.hide(); in changeState()
927 EditorFrame aFrame = m_aEditorFrame; in changeState()
928 m_aEditorFrame = null; in changeState()