Lines Matching refs:pBindings

307     SfxBindings* pBindings = BasicIDE::GetBindingsPtr();  in MarkDocumentModified()  local
308 if ( pBindings ) in MarkDocumentModified()
310 pBindings->Invalidate( SID_SIGNATURE ); in MarkDocumentModified()
311 pBindings->Invalidate( SID_SAVEDOC ); in MarkDocumentModified()
312 pBindings->Update( SID_SAVEDOC ); in MarkDocumentModified()
409 SfxBindings* pBindings = BasicIDE::GetBindingsPtr(); in InvalidateDebuggerSlots() local
410 if ( pBindings ) in InvalidateDebuggerSlots()
412 pBindings->Invalidate( SID_BASICSTOP ); in InvalidateDebuggerSlots()
413 pBindings->Update( SID_BASICSTOP ); in InvalidateDebuggerSlots()
414 pBindings->Invalidate( SID_BASICRUN ); in InvalidateDebuggerSlots()
415 pBindings->Update( SID_BASICRUN ); in InvalidateDebuggerSlots()
416 pBindings->Invalidate( SID_BASICCOMPILE ); in InvalidateDebuggerSlots()
417 pBindings->Update( SID_BASICCOMPILE ); in InvalidateDebuggerSlots()
418 pBindings->Invalidate( SID_BASICSTEPOVER ); in InvalidateDebuggerSlots()
419 pBindings->Update( SID_BASICSTEPOVER ); in InvalidateDebuggerSlots()
420 pBindings->Invalidate( SID_BASICSTEPINTO ); in InvalidateDebuggerSlots()
421 pBindings->Update( SID_BASICSTEPINTO ); in InvalidateDebuggerSlots()
422 pBindings->Invalidate( SID_BASICSTEPOUT ); in InvalidateDebuggerSlots()
423 pBindings->Update( SID_BASICSTEPOUT ); in InvalidateDebuggerSlots()
424 pBindings->Invalidate( SID_BASICIDE_TOGGLEBRKPNT ); in InvalidateDebuggerSlots()
425 pBindings->Update( SID_BASICIDE_TOGGLEBRKPNT ); in InvalidateDebuggerSlots()
426 pBindings->Invalidate( SID_BASICIDE_STAT_POS ); in InvalidateDebuggerSlots()
427 pBindings->Update( SID_BASICIDE_STAT_POS ); in InvalidateDebuggerSlots()
494 SfxBindings* pBindings = NULL; in GetBindingsPtr() local
517 pBindings = &pFrame->GetBindings(); in GetBindingsPtr()
519 return pBindings; in GetBindingsPtr()