Home
last modified time | relevance | path

Searched refs:pFrame (Results 1 – 25 of 257) sorted by path

1234567891011

/aoo41x/main/basctl/source/basicide/
H A Dbasobj3.cxx496 SfxViewFrame* pFrame = NULL; in GetBindingsPtr() local
500 pFrame = pIDEDLL->GetShell()->GetViewFrame(); in GetBindingsPtr()
510 pFrame = pView; in GetBindingsPtr()
516 if ( pFrame != NULL ) in GetBindingsPtr()
517 pBindings = &pFrame->GetBindings(); in GetBindingsPtr()
H A Ddocumentenumeration.cxx132 for ( const Reference< XFrame >* pFrame = _rFrames.getConstArray(); in lcl_getDocuments_nothrow() local
133 pFrame != _rFrames.getConstArray() + _rFrames.getLength(); in lcl_getDocuments_nothrow()
134 ++pFrame in lcl_getDocuments_nothrow()
139 OSL_ENSURE( pFrame->is(), "lcl_getDocuments_nothrow: illegal frame!" ); in lcl_getDocuments_nothrow()
140 if ( !pFrame->is() ) in lcl_getDocuments_nothrow()
142 Reference< XController > xController( (*pFrame)->getController() ); in lcl_getDocuments_nothrow()
/aoo41x/main/basctl/source/inc/
H A Dbasidesh.hxx178 BasicIDEShell( SfxViewFrame *pFrame, SfxViewShell *pOldSh );
/aoo41x/main/cui/source/dialogs/
H A Dhltpbase.cxx61 SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetTopFrame() : 0; in SvxFramesComboBox() local
62 if ( pFrame ) in SvxFramesComboBox()
64 pFrame->GetTargetList(*pList); in SvxFramesComboBox()
/aoo41x/main/cui/source/inc/
H A Dmacropg.hxx140 SfxViewFrame* pFrame; member in SvxMacroAssignSingleTabDialog
/aoo41x/main/cui/source/tabpages/
H A Dchardlg.cxx737 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocSh ); in Initialize() local
738 if( !pFrame || SFX_ITEM_DEFAULT > pFrame->GetBindings().QueryState( in Initialize()
1805 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocSh ); in Initialize() local
1806 if ( !pFrame || in Initialize()
1807 SFX_ITEM_DEFAULT > pFrame->GetBindings().QueryState( SID_ATTR_AUTO_COLOR_INVALID, pDummy ) ) in Initialize()
/aoo41x/main/desktop/inc/
H A Dapp.hxx93 virtual void SystemSettingsChanging( AllSettings& rSettings, Window* pFrame );
/aoo41x/main/extensions/source/scanner/
H A Dsane.cxx714 FILE* pFrame = tmpfile(); in Start() local
715 if( ! pFrame ) in Start()
739 fwrite( pBuffer, 1, nLen, pFrame ); in Start()
746 fclose( pFrame ); in Start()
751 int nFrameLength = ftell( pFrame ); in Start()
752 fseek( pFrame, 0, SEEK_SET ); in Start()
817 fread( pBuffer, 1, aParams.bytes_per_line, pFrame ); in Start()
833 nRed = _ReadValue( pFrame, aParams.depth ); in Start()
834 nGreen = _ReadValue( pFrame, aParams.depth ); in Start()
835 nBlue = _ReadValue( pFrame, aParams.depth ); in Start()
[all …]
/aoo41x/main/sc/inc/
H A Dscabstdlg.hxx457 virtual SfxAbstractTabDialog * CreateScAttrDlg( SfxViewFrame* pFrame, //add for ScAttrDlg
462 virtual SfxAbstractTabDialog * CreateScHFEditDlg( SfxViewFrame* pFrame, //add for ScHFEditDlg
/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx930 SfxViewFrame* pFrame = NULL; in OpenURL() local
934 pFrame = pScActiveViewShell->GetViewFrame(); in OpenURL()
935 SfxMedium* pMed = pFrame->GetObjectShell()->GetMedium(); in OpenURL()
940 SfxFrameItem aFrm( SID_DOCFRAME, pFrame ); in OpenURL()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx1817 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in lcl_CheckNeedsRepaint() local
1818 while ( pFrame ) in lcl_CheckNeedsRepaint()
1820 SfxViewShell* p = pFrame->GetViewShell(); in lcl_CheckNeedsRepaint()
1824 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in lcl_CheckNeedsRepaint()
/aoo41x/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1358 SfxAbstractTabDialog * ScAbstractDialogFactory_Impl::CreateScAttrDlg( SfxViewFrame* pFrame, in CreateScAttrDlg() argument
1367 pDlg = new ScAttrDlg( pFrame, pParent, pCellAttrs ); in CreateScAttrDlg()
1383 SfxAbstractTabDialog * ScAbstractDialogFactory_Impl::CreateScHFEditDlg( SfxViewFrame* pFrame, in CreateScHFEditDlg() argument
1394 pDlg = new ScHFEditDlg( pFrame, pParent, rCoreSet,rPageStyle, nResId ); in CreateScHFEditDlg()
H A Dscdlgfact.hxx541 virtual SfxAbstractTabDialog * CreateScAttrDlg( SfxViewFrame* pFrame, //add for ScAttrDlg
546 virtual SfxAbstractTabDialog * CreateScHFEditDlg( SfxViewFrame* pFrame, //add for ScHFEditDlg
/aoo41x/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx80 void ScDBDocFunc::ShowInBeamer( const ScImportParam& rParam, SfxViewFrame* pFrame ) in ShowInBeamer() argument
84 if ( !pFrame || !rParam.bImport ) in ShowInBeamer()
87 uno::Reference<frame::XFrame> xFrame = pFrame->GetFrame().GetFrameInterface(); in ShowInBeamer()
H A Ddocsh.cxx714 … SfxFrame* pFrame = ( pViewFrame ? &pViewFrame->GetFrame() : NULL ); in Notify() local
715 … uno::Reference< frame::XController > xController = ( pFrame ? pFrame->GetController() : 0 ); in Notify()
2425 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in PrepareClose() local
2426 if( pFrame ) in PrepareClose()
2428 SfxViewShell* p = pFrame->GetViewShell(); in PrepareClose()
H A Ddocsh3.cxx509 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( this ); in SetPrinter() local
510 while (pFrame) in SetPrinter()
512 SfxViewShell* pSh = pFrame->GetViewShell(); in SetPrinter()
520 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in SetPrinter()
H A Ddocsh4.cxx2167 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this, bOnlyVisible ); in GetBestViewShell() local
2168 if( pFrame ) in GetBestViewShell()
2170 SfxViewShell* p = pFrame->GetViewShell(); in GetBestViewShell()
/aoo41x/main/sc/source/ui/formdlg/
H A Dformula.cxx306 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in GetNextInputHandler() local
307 while( pFrame && pHdl==NULL) in GetNextInputHandler()
309 SfxViewShell* p = pFrame->GetViewShell(); in GetNextInputHandler()
316 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in GetNextInputHandler()
/aoo41x/main/sc/source/ui/inc/
H A Dattrdlg.hxx47 ScAttrDlg( SfxViewFrame* pFrame,
H A Ddbdocfun.hxx81 static void ShowInBeamer( const ScImportParam& rParam, SfxViewFrame* pFrame );
H A Dhfedtdlg.hxx40 ScHFEditDlg( SfxViewFrame* pFrame,
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx98 while( pFrame ) in enableInput()
103 SfxViewShell* p = pFrame->GetViewShell(); in enableInput()
120 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput()
568 while( pFrame ) in SetDispatcherLock()
574 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in SetDispatcherLock()
597 while( pFrame ) in EnableSpreadsheets()
602 SfxViewShell* p = pFrame->GetViewShell(); in EnableSpreadsheets()
619 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in EnableSpreadsheets()
637 while( pFrame ) in lcl_InvalidateWindows()
642 SfxViewShell* p = pFrame->GetViewShell(); in lcl_InvalidateWindows()
[all …]
H A Dautofmt.cxx853 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in Init() local
854 SfxViewShell* p = pFrame->GetViewShell(); in Init()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwsh4.cxx286 SfxViewFrame* pFrame = GetViewFrame(); in SetActive()
287 pFrame->GetFrame().Appear(); in SetActive()
289 SFX_APP()->SetViewFrame( pFrame ); // immer erst Appear, dann SetViewFrame (#29290#) in SetActive()
/aoo41x/main/sd/source/ui/app/
H A Dsdmod1.cxx219 SfxFrame* pFrame = ExecuteNewDocument( rReq ); in Execute() local
221 if(pFrame) in Execute()
222 rReq.SetReturnValue(SfxFrameItem(0, pFrame)); in Execute()
529 SfxFrame* pFrame = 0; in CreateFromTemplate() local
548 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateFromTemplate()
551 return pFrame; in CreateFromTemplate()
557 SfxFrame* pFrame = 0; in ExecuteNewDocument() local
751 return pFrame; in ExecuteNewDocument()
756 SfxFrame* pFrame = 0; in CreateEmptyDocument() local
773 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateEmptyDocument()
[all …]

Completed in 173 milliseconds

1234567891011