/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 60 SfxChildWindow* pMgr; member in SfxModelessDialog_Impl 74 pMgr->Destroy(); in Notify() 84 SfxChildWindow* pMgr; member in SfxFloatingWindow_Impl 98 pMgr->Destroy(); in Notify() 351 pImp->pMgr = pCW; in SfxModelessDialog() 370 pImp->pMgr = pCW; in SfxModelessDialog() 433 if ( pImp->pMgr->GetFrame().is() && pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxModelessDialog() 457 pImp->pMgr->GetType(), in Close() 537 pImp->pMgr = pCW; in SfxFloatingWindow() 557 pImp->pMgr = pCW; in SfxFloatingWindow() [all …]
|
H A D | dockwin.cxx | 558 else if ( pMgr ) in PrepareToggleFloatingMode() 665 if ( pMgr ) in ToggleFloatingMode() 908 pMgr(pCW), in SfxDockingWindow() 962 pMgr(pCW), in SfxDockingWindow() 1021 if ( !pMgr ) in Initialize() 1195 if ( !pMgr ) in Initialize_Impl() 1262 if ( !pMgr ) in FillInfo() 1303 if ( pMgr && pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ReleaseChildWindow_Impl() 1309 pMgr=NULL; in ReleaseChildWindow_Impl() 1766 if ( !pMgr ) in Close() [all …]
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 832 if( pMgr ) in ImplLoadRes() 1643 if( pMgr ) in ImplLoadRes() 1650 pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE*)pMgr->GetClass() ) ); in ImplLoadRes() 1655 pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE*)pMgr->GetClass() ) ); in ImplLoadRes() 1666 pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE*)pMgr->GetClass() ) ); in ImplLoadRes() 2084 if( pMgr ) in ImplLoadRes() 2241 if( pMgr ) in DateBox() 2812 if( pMgr ) in ImplLoadRes() 2819 pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE *)pMgr->GetClass() ) ); in ImplLoadRes() 2825 pMgr->Increment( pMgr->GetObjSize( (RSHEADER_TYPE *)pMgr->GetClass() ) ); in ImplLoadRes() [all …]
|
H A D | longcurr.cxx | 347 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes() local 348 if( pMgr ) in ImplLoadRes() 350 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes() 353 mnMin = pMgr->ReadLong(); in ImplLoadRes() 356 mnMax = pMgr->ReadLong(); in ImplLoadRes() 359 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes() 362 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes() 366 mnFieldValue = pMgr->ReadLong(); in ImplLoadRes()
|
H A D | field.cxx | 508 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes() local 510 if( pMgr ) in ImplLoadRes() 512 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes() 515 mnMin = pMgr->ReadLong(); in ImplLoadRes() 518 mnMax = pMgr->ReadLong(); in ImplLoadRes() 524 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes() 528 mnFieldValue = pMgr->ReadLong(); in ImplLoadRes() 1530 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes() local 1531 if( pMgr ) in ImplLoadRes() 1533 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes() [all …]
|
/aoo41x/main/sw/source/core/fields/ |
H A D | dbfld.cxx | 320 SwNewDBMgr* pMgr = GetDoc()->GetNewDBMgr(); in Evaluate() local 327 if(!pMgr || !pMgr->IsDataSourceOpen(aTmpData.sDataSource, aTmpData.sCommand, sal_True)) in Evaluate() 656 SwNewDBMgr* pMgr = pDoc->GetNewDBMgr(); in Evaluate() local 659 !pMgr || !pMgr->IsDataSourceOpen(rData.sDataSource, rData.sCommand, sal_False)) in Evaluate() 661 pMgr->ToNextRecord(rData.sDataSource, rData.sCommand); in Evaluate() 757 SwNewDBMgr* pMgr = pDoc->GetNewDBMgr(); in Evaluate() local 760 if( bCondValid && pMgr && pMgr->IsInMerge() && in Evaluate() 763 pMgr->ToRecordId(Max((sal_uInt16)aPar2.ToInt32(), sal_uInt16(1))-1); in Evaluate() 944 SwNewDBMgr* pMgr = pDoc->GetNewDBMgr(); in Evaluate() local 947 if (!pMgr || !pMgr->IsInMerge() || in Evaluate() [all …]
|
/aoo41x/main/svtools/source/misc/ |
H A D | ehdl.cxx | 161 lStart(lStartP), lEnd(lEndP), nId(nIdP), pMgr(pMgrP), pFreeMgr( NULL ) in SfxErrorHandler() 165 if( ! pMgr ) in SfxErrorHandler() 347 ResId *pResId= new ResId(nId, *pMgr); in GetMessageString() 380 ResId aResId(nId, *pMgr); in GetErrorString() 416 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP) in SfxErrorContext() 427 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP), in SfxErrorContext() 446 if( ! pMgr ) in GetString() 451 if( pMgr ) in GetString() 455 ResId aResId( nResId, *pMgr ); in GetString() 473 ResId aSfxResId( RID_ERRCTX, *pMgr ); in GetString() [all …]
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | javaedit.cxx | 111 pMgr = new SwFldMgr; in SwJavaEditDialog() 112 pFld = (SwScriptField*)pMgr->GetCurFld(); in SwJavaEditDialog() 137 delete pMgr; in ~SwJavaEditDialog() 151 pMgr->GoPrev(); in IMPL_LINK_INLINE_START() 152 pFld = (SwScriptField*)pMgr->GetCurFld(); in IMPL_LINK_INLINE_START() 169 pMgr->GoNext(); in IMPL_LINK_INLINE_END() 170 pFld = (SwScriptField*)pMgr->GetCurFld(); in IMPL_LINK_INLINE_END() 218 bNext = pMgr->GoNext(); in CheckTravel() 220 pMgr->GoPrev(); in CheckTravel() 222 if( 0 != ( bPrev = pMgr->GoPrev() ) ) in CheckTravel() [all …]
|
/aoo41x/main/tools/source/rc/ |
H A D | resary.cxx | 36 ResMgr* pMgr = rResId.GetResMgr(); in ResStringArray() local 37 if( pMgr && pMgr->GetResource( rResId ) ) in ResStringArray() 39 pMgr->GetClass(); in ResStringArray() 40 pMgr->Increment( sizeof( RSHEADER_TYPE ) ); in ResStringArray() 41 const sal_uInt32 nItems = pMgr->ReadLong(); in ResStringArray() 48 m_aStrings.push_back( ImplResStringItem( pMgr->ReadString() ) ); in ResStringArray() 51 m_aStrings[i].m_nValue = pMgr->ReadLong(); in ResStringArray()
|
H A D | resmgr.cxx | 446 InternalResMgr* pNext = getResMgr( pMgr->aPrefix, aLocale, pMgr->bSingular ); in getNextFallback() 448 if( pNext == pMgr || pNext->aResName.equals( pMgr->aResName ) ) in getNextFallback() 859 pResMgr = pMgr; in Init() 1075 if ( !pMgr ) in IsAvailable() 1076 pMgr = this; in IsAvailable() 1078 if( pMgr->pFallbackResMgr ) in IsAvailable() 1085 if ( !pResObj || pResObj == pMgr->aStack[pMgr->nCurStack].pResObj ) in IsAvailable() 1088 pClassRes = LocalResource( &pMgr->aStack[pMgr->nCurStack], nRT, nId ); in IsAvailable() 1128 ResMgr* pMgr = rId.GetResMgr(); in GetResource() local 1129 if ( pMgr && (this != pMgr) ) in GetResource() [all …]
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | sfxresid.cxx | 36 static ResMgr* pMgr=NULL; variable 56 if ( !pMgr ) in GetResMgr() 58 pMgr = SfxApplication::CreateResManager("sfx"); in GetResMgr() 61 return pMgr; in GetResMgr() 66 DELETEZ( pMgr ); in DeleteResMgr()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 94 GraphicObject::GraphicObject( const GraphicManager* pMgr ) : in GraphicObject() argument 100 ImplSetGraphicManager( pMgr ); in GraphicObject() 105 GraphicObject::GraphicObject( const Graphic& rGraphic, const GraphicManager* pMgr ) : in GraphicObject() argument 112 ImplSetGraphicManager( pMgr ); in GraphicObject() 124 ImplSetGraphicManager( pMgr ); in GraphicObject() 138 ImplSetGraphicManager( pMgr, NULL, &rGraphicObj ); in GraphicObject() 152 ImplSetGraphicManager( pMgr, &rUniqueID ); in GraphicObject() 213 if( !mpMgr || ( pMgr != mpMgr ) ) in ImplSetGraphicManager() 215 if( !pMgr && mpMgr && ( mpMgr == mpGlobalMgr ) ) in ImplSetGraphicManager() 227 if( !pMgr ) in ImplSetGraphicManager() [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5486 const SwPostItMgr *pMgr = _pViewShell->GetPostItMgr(); in PaintNotesSidebar() local 5487 if (pMgr && pMgr->ShowNotes() && pMgr->HasNotes()) // do not show anything in print preview in PaintNotesSidebar() 5501 …ct(Rectangle(Point(aPageRect.Left()-pMgr->GetSidebarWidth()-pMgr->GetSidebarBorderWidth(),aPageRec… in PaintNotesSidebar() 5512 …SwRect aSidebar(Point(aPageRect.Right()+pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->… in PaintNotesSidebar() 5515 if (pMgr->ShowScrollbar(nPageNum)) in PaintNotesSidebar() 5616 if (pMgr && pMgr->ShowNotes() && pMgr->HasNotes()) in AddSidebarBorders() 5619 …idth(aRect.Left() - pMgr->GetSidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width() +… in AddSidebarBorders() 5621 aRect.AddRight(pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() 5628 if (pMgr && pMgr->ShowNotes() && pMgr->HasNotes()) in AddSidebarBorders() 5631 aRect.Left() -= (pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | docinfohelper.cxx | 44 utl::ConfigManager* pMgr = utl::ConfigManager::GetConfigManager(); in GetGeneratorString() local 45 if ( pMgr ) in GetGeneratorString() 49 uno::Any aAny = pMgr->GetDirectConfigProperty( in GetGeneratorString() 56 aAny = pMgr->GetDirectConfigProperty( in GetGeneratorString() 62 aAny = pMgr->GetDirectConfigProperty( in GetGeneratorString()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optload.cxx | 430 pMgr (new SwFldMgr()), in SwCaptionOptPage() 448 nCount = pMgr->GetFldTypeCount(); in SwCaptionOptPage() 451 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionOptPage() 462 nCount = pMgr->GetFormatCount(TYP_SEQFLD, sal_False); in SwCaptionOptPage() 465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage() 466 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionOptPage() 480 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)pMgr->GetFldType( in SwCaptionOptPage() 519 delete pMgr; in ~SwCaptionOptPage() 709 sal_uInt16 nCount = pMgr->GetFldTypeCount(); in IMPL_LINK() 713 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in IMPL_LINK() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1082 SwNewDBMgr* pMgr ) in lcl_CalcFld() argument 1103 else if( pMgr ) in lcl_CalcFld() 1144 SwNewDBMgr* pMgr = GetNewDBMgr(); in FldsToCalc() local 1145 pMgr->CloseAll(sal_False); in FldsToCalc() 1159 pMgr->CloseAll(sal_False); in FldsToCalc() 1168 SwNewDBMgr* pMgr = GetNewDBMgr(); in FldsToCalc() local 1169 pMgr->CloseAll(sal_False); in FldsToCalc() 1181 pMgr->CloseAll(sal_False); in FldsToCalc() 1334 SwNewDBMgr* pMgr = GetNewDBMgr(); in UpdateExpFlds() local 1335 pMgr->CloseAll(sal_False); in UpdateExpFlds() [all …]
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 141 pMgr( new SwFldMgr(rView.GetWrtShellPtr()) ), in SwCaptionDialog() 172 sal_uInt16 i, nCount = pMgr->GetFldTypeCount(); in SwCaptionDialog() 175 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in SwCaptionDialog() 234 nCount = pMgr->GetFldTypeCount(); in SwCaptionDialog() 237 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionDialog() 245 nCount = pMgr->GetFormatCount(TYP_SEQFLD, sal_False); in SwCaptionDialog() 248 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionDialog() 249 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionDialog() 480 delete pMgr; in ~SwCaptionDialog()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dockwin.hxx | 50 SfxChildWindow* pMgr; member in SfxDockingWindow 76 SAL_DLLPRIVATE SfxChildWindow* GetChildWindow_Impl() { return pMgr; } in GetChildWindow_Impl() 99 sal_uInt16 GetType() const { return pMgr->GetType(); } in GetType() 100 SfxChildAlignment GetAlignment() const { return pMgr->GetAlignment(); } in GetAlignment() 101 void SetAlignment(SfxChildAlignment eAlign) { pMgr->SetAlignment(eAlign); } in SetAlignment()
|
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 70 pMgr(0), in SFX_IMPL_POS_CHILDWINDOW() 148 if ( pMgr ) in ~SwInputWindow() 149 delete pMgr; in ~SwInputWindow() 241 ASSERT(pMgr == 0, FieldManager nicht geloescht.); in ShowWin() 242 pMgr = new SwFldMgr; in ShowWin() 247 if( pMgr->GetCurFld() && TYP_FORMELFLD == pMgr->GetCurTypeId() ) in ShowWin() 249 sEdit += pMgr->GetCurFldPar2(); in ShowWin()
|
/aoo41x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | resid.cxx | 36 static ResMgr* pMgr = NULL; in getTextConversionResMgr() local 37 if( ! pMgr ) in getTextConversionResMgr() 38 pMgr = ResMgr::CreateResMgr( "textconversiondlgs" ); in getTextConversionResMgr() 39 return pMgr; in getTextConversionResMgr()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 335 …SfxPopupMenuManager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMou… in Command() local 336 ((PopupMenu*)pMgr->GetSVMenu())->SetSelectHdl( LINK(this, SidebarTxtControl, Select) ); in Command() 339 … XubString aText = ((PopupMenu*)pMgr->GetSVMenu())->GetItemText( FN_DELETE_NOTE_AUTHOR ); in Command() 343 ((PopupMenu*)pMgr->GetSVMenu())->SetItemText(FN_DELETE_NOTE_AUTHOR,aText); in Command() 359 pMgr->Execute( aPos, this ); in Command() 360 delete pMgr; in Command()
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salmenu.cxx | 105 ResMgr* pMgr = ImplGetResMgr(); in initAppMenu() local 106 if( pMgr ) in initAppMenu() 120 String aAbout( ResId( SV_STDTEXT_ABOUT, *pMgr ) ); in initAppMenu() 135 String aPref( ResId( SV_STDTEXT_PREFERENCES, *pMgr ) ); in initAppMenu() 157 pString = CreateNSString( String( ResId( SV_MENU_MAC_SERVICES, *pMgr ) ) ); in initAppMenu() 167 pString = CreateNSString( String( ResId( SV_MENU_MAC_HIDEAPP, *pMgr ) ) ); in initAppMenu() 177 pString = CreateNSString( String( ResId( SV_MENU_MAC_HIDEALL, *pMgr ) ) ); in initAppMenu() 187 pString = CreateNSString( String( ResId( SV_MENU_MAC_SHOWALL, *pMgr ) ) ); in initAppMenu() 197 pString = CreateNSString( String( ResId( SV_MENU_MAC_QUITAPP, *pMgr ) ) ); in initAppMenu()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 608 pMgr->Copy(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates() 610 pMgr->Move(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates() 982 aOldName = pMgr->GetTemplates()->GetRegionName( nRegion ); in EditedEntry() 984 if ( !pMgr->SetName( rText, nRegion, nIndex ) ) in EditedEntry() 1161 aDoc = pMgr->CreateObjectShell(rPath[0]); in GetObjectShell() 1163 aDoc = pMgr->CreateObjectShell(rPath[0], rPath[1]); in GetObjectShell() 1273 pMgr->DeleteObjectShell(aPath[0]); in ExpandingHdl() 1275 pMgr->DeleteObjectShell(aPath[0], aPath[1]); in ExpandingHdl() 1381 pMgr ( NULL ), in SfxOrganizeListBox_Impl() 1441 DBG_ASSERT( pMgr != 0, "kein Manager" ); in Reset() [all …]
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unomailmerge.cxx | 700 SwNewDBMgr* pMgr = rSh.GetNewDBMgr(); in execute() local 703 DBG_ASSERT( pMgr, "database manager missing" ); in execute() 754 pMgr->SetEMailColumn( aCurFileNamePrefix ); in execute() 758 pMgr->SetEMailColumn( String() ); in execute() 760 pMgr->SetSubject( aPath ); in execute() 770 pMgr->SetEMailColumn( sAddressFromColumn ); in execute() 820 pMgr->SetMergeSilent( sal_True ); // suppress dialogs, message boxes, etc. in execute() 821 const SwXMailMerge *pOldSrc = pMgr->GetMailMergeEvtSrc(); in execute() 823 pMgr->SetMailMergeEvtSrc( this ); // launch events for listeners in execute() 826 sal_Bool bSucc = pMgr->MergeNew( aMergeDesc ); in execute() [all …]
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 164 : mpMgr( pMgr ) in BasMgrContainerListenerImpl() 192 BasicManager* pMgr, Any aLibAny, ::rtl::OUString aLibName ) in insertLibraryImpl() argument 197 if( !pMgr->GetLib( aLibName ) ) in insertLibraryImpl() 213 ( new BasMgrContainerListenerImpl( pMgr, aLibName ) ); in insertLibraryImpl() 219 addLibraryModulesImpl( pMgr, xLibNameAccess, aLibName ); in insertLibraryImpl() 230 StarBASIC* pLib = pMgr->GetLib( aLibName ); in addLibraryModulesImpl() 2373 LibraryContainer_Impl( BasicManager* pMgr ) in LibraryContainer_Impl() argument 2374 :mpMgr( pMgr ) {} in LibraryContainer_Impl() 2517 StarBasicAccess_Impl( BasicManager* pMgr ) in StarBasicAccess_Impl() argument 2518 :mpMgr( pMgr ) {} in StarBasicAccess_Impl() [all …]
|