tabvwshb.cxx (a5258243) tabvwshb.cxx (079eb148)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 211 unchanged lines hidden (view full) ---

220 }
221 }
222 }
223 }
224 }
225 if (nErr != ERRCODE_NONE && !bErrorShown)
226 ErrorHandler::HandleError(nErr);
227
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 211 unchanged lines hidden (view full) ---

220 }
221 }
222 }
223 }
224 }
225 if (nErr != ERRCODE_NONE && !bErrorShown)
226 ErrorHandler::HandleError(nErr);
227
228 // #i118524# refresh handles to suppress for activated OLE
229 if(GetSdrView())
230 {
231 GetSdrView()->AdjustMarkHdl();
232 }
228 //! SetDocumentName sollte schon im Sfx passieren ???
229 //TODO/LATER: how "SetDocumentName"?
230 //xIPObj->SetDocumentName( GetViewData()->GetDocShell()->GetTitle() );
231
232 return ( !(nErr & ERRCODE_ERROR_MASK) );
233}
234
235ErrCode __EXPORT ScTabViewShell::DoVerb(long nVerb)

--- 362 unchanged lines hidden ---
233 //! SetDocumentName sollte schon im Sfx passieren ???
234 //TODO/LATER: how "SetDocumentName"?
235 //xIPObj->SetDocumentName( GetViewData()->GetDocShell()->GetTitle() );
236
237 return ( !(nErr & ERRCODE_ERROR_MASK) );
238}
239
240ErrCode __EXPORT ScTabViewShell::DoVerb(long nVerb)

--- 362 unchanged lines hidden ---