| /aoo42x/main/sfx2/source/dialog/ | 
| H A D | dockwin.cxx | 632 			pImp->nLine = pImp->nDockLine;  in ToggleFloatingMode()633 			pImp->nPos = pImp->nDockPos;  in ToggleFloatingMode()
 651 …  pImp->pSplitWin->InsertWindow( this, pImp->aSplitSize, pImp->nLine, pImp->nPos, pImp->bNewLine );  in ToggleFloatingMode()
 693 		pImp->pSplitWin->GetWindowPos(this, pImp->nLine, pImp->nPos);  in StartDocking()
 694 		pImp->nDockLine = pImp->nLine;  in StartDocking()
 695 		pImp->nDockPos = pImp->nPos;  in StartDocking()
 854 				pImp->nPos = pImp->nDockPos;  in EndDocking()
 857 …pImp->pSplitWin->InsertWindow( this, pImp->aSplitSize, pImp->nDockLine, pImp->nDockPos, pImp->bNew…  in EndDocking()
 862         else if ( pImp->nLine != pImp->nDockLine || pImp->nPos != pImp->nDockPos || pImp->bNewLine )  in EndDocking()
 867 …pImp->pSplitWin->MoveWindow( this, pImp->aSplitSize, pImp->nDockLine, pImp->nDockPos, pImp->bNewLi…  in EndDocking()
 [all …]
 
 | 
| H A D | basedlgs.cxx | 305     if ( pImp->bConstructed && pImp->pMgr )  in Resize()315     if ( pImp->bConstructed && pImp->pMgr && IsReallyVisible() )  in Move()
 329     if ( pImp->bConstructed && pImp->pMgr )  in IMPL_LINK()
 351     pImp->pMgr = pCW;  in SfxModelessDialog()
 370     pImp->pMgr = pCW;  in SfxModelessDialog()
 435     delete pImp;  in ~SfxModelessDialog()
 537     pImp->pMgr = pCW;  in SfxFloatingWindow()
 603     delete pImp;  in ~SfxFloatingWindow()
 620     if ( pImp->bConstructed && pImp->pMgr )  in Resize()
 630     if ( pImp->bConstructed && pImp->pMgr )  in Move()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/control/ | 
| H A D | bindings.cxx | 710     pImp->bMsgDirty = pImp->bMsgDirty || pImp->bAllMsgDirty || bWithMsg;  in InvalidateAll()829          ( pImp->bAllDirty && pImp->bAllMsgDirty ) ||  in InvalidateShell()
 970         pImp->nCachedFunc1 = pImp->nCachedFunc2;  in GetSlotPos()
 1018     pImp->nCachedFunc2 = pImp->nCachedFunc1;  in GetSlotPos()
 1388     pImp->bMsgDirty = pImp->bAllMsgDirty = sal_False;  in UpdateSlotServer_Impl()
 1858         pImp->pSubBindings->pImp->nOwnRegLevel--;  in EnterRegistrations()
 1861         pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel + 1;  in EnterRegistrations()
 1895 …if ( pImp->pSubBindings && pImp->pSubBindings->nRegLevel > pImp->pSubBindings->pImp->nOwnRegLevel )  in LeaveRegistrations()
 1898         pImp->pSubBindings->nRegLevel = nRegLevel + pImp->pSubBindings->pImp->nOwnRegLevel;  in LeaveRegistrations()
 1901         pImp->pSubBindings->pImp->nOwnRegLevel++;  in LeaveRegistrations()
 [all …]
 
 | 
| H A D | request.cxx | 137 	if ( pImp->xRecorder.is() && !pImp->bDone && !pImp->bIgnored )  in ~SfxRequest()144 	delete pImp;  in ~SfxRequest()
 160     pImp->bAllowRecording = rOrig.pImp->bAllowRecording;  in SfxRequest()
 166 	pImp->nCallMode = rOrig.pImp->nCallMode;  in SfxRequest()
 167 	pImp->bUseTarget = rOrig.pImp->bUseTarget;  in SfxRequest()
 168 	pImp->aTarget = rOrig.pImp->aTarget;  in SfxRequest()
 169 	pImp->nModifier = rOrig.pImp->nModifier;  in SfxRequest()
 172 …pImp->pInternalArgs = (rOrig.pImp->pInternalArgs ? new SfxAllItemSet(*rOrig.pImp->pInternalArgs) :…  in SfxRequest()
 177 		pImp->SetPool( rOrig.pImp->pPool );  in SfxRequest()
 215         pImp->SetPool( &pImp->pShell->GetPool() );  in SfxRequest()
 [all …]
 
 | 
| H A D | dispatch.cxx | 451 	delete pImp;  in ~SfxDispatcher()879 		pImp->aStack.Top(i)->DoDeactivate_Impl(pImp->pFrame, bMDI);  in DoDeactivate_Impl()
 1642     if ( !pImp->pFrame || pImp->bUILocked )  in Update_Impl()
 1757     if ( pImp->pParent && !pImp->bQuiet /* && bUIActive */ )  in _Update_Impl()
 1762 	pImp->aChildWins.Remove(0, pImp->aChildWins.Count());  in _Update_Impl()
 1766 …if ( pImp->bQuiet || pImp->bNoUI || (pImp->pFrame && pImp->pFrame->GetObjectShell()->IsPreview()) )  in _Update_Impl()
 1864 				pImp->aChildWins.Insert( nId, pImp->aChildWins.Count());  in _Update_Impl()
 1939 	pImp->bFlushing = !pImp->bFlushing;  in FlushImpl()
 2407     if ( pImp->pParent && !pImp->pParent->pImp->pFrame )  in HasSlot_Impl()
 2749             pImp->xPoster->Post( pImp->aReqArr[i] );  in Lock()
 [all …]
 
 | 
| H A D | shell.cxx | 142 :	pImp(0),  in SfxShell()148 	pImp->pViewSh = 0;  in SfxShell()
 149 	pImp->pFrame = 0;  in SfxShell()
 152 	pImp->nHelpId = 0L;  in SfxShell()
 168 :	pImp(0),  in SfxShell()
 175 	pImp->pFrame = 0;  in SfxShell()
 178 	pImp->nHelpId = 0L;  in SfxShell()
 197 	delete pImp;  in ~SfxShell()
 258 	return pImp->pFrame ? pImp->pFrame->GetDispatcher() : 0;  in GetDispatcher()
 303 	if ( pImp->pFrame )  in GetFrame()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/swg/ | 
| H A D | swblocks.cxx | 281 	return pImp ? pImp->aName : aEmptyStr;  in GetName()456 	return pImp ? pImp->GetCount() : 0;  in GetCount()
 490 	if( pImp && !pImp->bInPutMuchBlocks )  in Delete()
 516 	if( pImp && !pImp->bInPutMuchBlocks )  in Rename()
 574 	if( pImp && !pImp->bInPutMuchBlocks )  in BeginGetDoc()
 600 	if( pImp && !pImp->bInPutMuchBlocks )  in EndGetDoc()
 641 				pImp->aNames[ pImp->nCur ]->aLong = pImp->aLong;  in PutDoc()
 644 				pImp->AddName( pImp->aShort, pImp->aLong );  in PutDoc()
 645 				pImp->nCur = pImp->GetIndex( pImp->aShort );  in PutDoc()
 735 	if( pImp && !pImp->bInPutMuchBlocks )  in IsOnlyTextBlock()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/bastyp/ | 
| H A D | progress.cxx | 187 	pImp->nNextReschedule = pImp->nCreate;  in SfxProgress()192 	pImp->pView = 0;  in SfxProgress()
 220 	delete pImp;  in ~SfxProgress()
 272 		pImp->xStatusInd->start( pImp->aText, pImp->nMax );  in SetText()
 420 				pImp->xStatusInd = pImp->pWorkWin->GetStatusIndicator();  in SetState()
 425 			pImp->xStatusInd->start( pImp->aText, pImp->nMax );  in SetState()
 457 			pImp->xStatusInd->start( pImp->aText, pImp->nMax );  in Resume()
 463 			if ( pImp->xObjSh.Is() && !pImp->bAllDocs )  in Resume()
 507 		if ( pImp->xObjSh.Is() && !pImp->bAllDocs )  in Suspend()
 626 			if ( pImp->xObjSh.Is() && !pImp->bAllDocs )  in SetWaitMode()
 [all …]
 
 | 
| /aoo42x/main/tools/source/ref/ | 
| H A D | globname.cxx | 63 	pImp = &aNoName;  in SvGlobalName()83 	memcpy( pImp->szData, &rId, sizeof( pImp->szData ) );  in SvGlobalName()
 113 		delete pImp;  in ~SvGlobalName()
 124 		delete pImp;  in operator =()
 125 	pImp = rObj.pImp;  in operator =()
 137 		pImp = new ImpSvGlobalName( *pImp );  in NewImp()
 171 	int n = memcmp( pImp->szData +6, rObj.pImp->szData +6,  in operator <()
 205 	return *pImp == *rObj.pImp;  in operator ==()
 211 	memcpy( pImp->szData, pData, sizeof( pImp->szData ) );  in MakeFromMemory()
 372 			delete pImp;  in ~SvGlobalNameList()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/doc/ | 
| H A D | docfile.cxx | 1601     pImp->bIsStorage = pImp->xStorage.is();  in GetStorage()1660         if ( pImp->bDisposeStorage && !pImp->m_bSalvageMode )  in CloseStorage()
 2409                     pImp->xStream = pImp->m_xLockingStream;  in GetLockingStream_Impl()
 2439             if ( !pImp->xInputStream.is() && pImp->xStream.is() )  in GetMedium_Impl()
 2490                     pImp->xStream = pImp->m_xLockingStream;  in GetMedium_Impl()
 2575     if(!pImp)  in SetUpdatePickList()
 2583     return pImp? pImp->bUpdatePickList: sal_True;  in IsUpdatePickList()
 3027         if ( pImp->xStream == pImp->m_xLockingStream )  in CloseAndReleaseStreams_Impl()
 3365     delete pImp;  in ~SfxMedium()
 3629                 pImp->aVersions[m] = pImp->aVersions[m+1];  in RemoveVersion_Impl()
 [all …]
 
 | 
| H A D | objmisc.cxx | 269 		pImp->lErr=lErr;  in SetError()300 	pImp->lErr=0;  in ResetError()
 317 	pImp->bIsTemplate=bIs;  in SetTemplate()
 405 	if ( pImp->bClosing )  in ModifyChanged()
 510     return pImp->bModalMode || pImp->bRunningMacro;  in IsInModalMode()
 805 	return pImp->aBitSet;  in GetNoSet_Impl()
 846 	if ( pImp->bIsNamedVisible && USHRT_MAX != pImp->nVisualDocumentNumber )  in SetTitle()
 853 	pImp->aTitle = rTitle;  in SetTitle()
 1087 	pImp->aTitle.Erase();  in InvalidateName()
 1181 		pImp->nEventId = nId;  in SetActivateEvent_Impl()
 [all …]
 
 | 
| H A D | doctempl.cxx | 338     if ( pImp->Construct() )  in GetFullRegionName()375     if ( pImp->Construct() )  in GetRegionName()
 411     if ( !pImp->Construct() )  in GetRegionNo()
 441     if ( !pImp->Construct() )  in GetRegionCount()
 455     if ( !pImp->Construct() )  in IsRegionLoaded()
 489     if ( !pImp->Construct() )  in GetCount()
 558     if ( pImp->Construct() )  in GetName()
 1540     pImp->Rescan();  in Rescan()
 1779     pImp = gpTemplateData;  in SfxDocumentTemplates()
 1803     pImp = NULL;  in ~SfxDocumentTemplates()
 [all …]
 
 | 
| H A D | objxtor.cxx | 379 	pImp->pBaseModel.set( NULL );  in ~SfxObjectShell()391     if ( pImp->bOwnsStorage && pImp->m_xDocStorage.is() )  in ~SfxObjectShell()
 412     delete pImp;  in ~SfxObjectShell()
 448 	if ( !pImp->bClosing )  in Close()
 454 		pImp->bClosing = sal_True;  in Close()
 465 				pImp->bClosing = sal_False;  in Close()
 469 		if ( pImp->bClosing )  in Close()
 478 			pImp->bInList = sal_False;  in Close()
 563 	SfxObjectShell_Impl* pImp;  member
 576 	if( pImp->bInPrepareClose || pImp->bPreparedForClose )  in PrepareClose()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/config/ | 
| H A D | htmlcfg.cxx | 121 	pImp = new HtmlOptions_Impl;  in SvxHtmlOptions()128 	delete pImp;  in ~SvxHtmlOptions()
 138 		pImp->nFlags = 0;  in Load()
 176 							pImp->nExportMode = nExpMode;  in Load()
 310 		pImp->aFontSizeArr[nPos] = nSize;  in SetFontSize()
 352 		pImp->nExportMode = nSet;  in SetExportMode()
 392 		pImp->nFlags |=  HTMLCFG_LOCAL_GRF;  in SetSaveGraphicsLocal()
 405 	switch( pImp->nExportMode )  in IsPrintLayoutExtension()
 472     if(pImp->bIsEncodingDefault)  in GetTextEncoding()
 484 	pImp->eEncoding = eEnc;  in SetTextEncoding()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | svicnvw.cxx | 51 	pImp->mpViewData = 0;  in SvIconView()64 	pImp->mpViewData = 0;  in SvIconView()
 74 	delete pImp;  in ~SvIconView()
 263 	pImp->Resize();  in Resize()
 269 	pImp->GetFocus();  in GetFocus()
 275 	pImp->LoseFocus();  in LoseFocus()
 303 	pImp->Clear();  in ModelHasCleared()
 480 		pImp->Arrange();  in Arrange()
 487 	pImp->Arrange();  in Arrange()
 711 	pImp->EndDrag();  in DragFinished()
 [all …]
 
 | 
| H A D | svtreebx.cxx | 119 	delete pImp;  in ~SvTreeListBox()157 	pImp->bSubLstOpRet = b;  in SetSublistOpenWithReturn()
 167 	pImp->bSubLstOpLR = b;  in SetSublistOpenWithLeftRight()
 181 	pImp->Resize();  in Resize()
 896 	pImp->GetFocus();  in GetFocus()
 904 	if (pImp->pCursor)  in GetFocus()
 922 	pImp->LoseFocus();  in LoseFocus()
 932 	pImp->Clear();  in ModelHasCleared()
 1630 	pImp->Resize();  in ImplInitStyle()
 2279 	pImp->Invalidate();  in Invalidate()
 [all …]
 
 | 
| /aoo42x/main/svl/source/items/ | 
| H A D | slstitm.cxx | 116 	pImp(NULL)  in SfxStringListItem()124 	pImp(NULL)  in SfxStringListItem()
 147 	pImp(NULL)  in SfxStringListItem()
 169 	pImp(NULL)  in SfxStringListItem()
 171 	pImp = rItem.pImp;  in SfxStringListItem()
 173 	if( pImp )  in SfxStringListItem()
 184 	if( pImp )  in ~SfxStringListItem()
 212 	if( pImp == pItem->pImp )  in operator ==()
 286 	if ( pImp && (pImp->nRefCount == 1) )  in SetString()
 289 	if( pImp )  in SetString()
 [all …]
 
 | 
| H A D | poolio.cxx | 533 		rStream >> pImp->nMajorVer >> pImp->nMinorVer;  in Load()536 		pMaster->pImp->nMajorVer = pImp->nMajorVer;  in Load()
 537 		pMaster->pImp->nMinorVer = pImp->nMinorVer;  in Load()
 636 			if ( pImp->nLoadingVersion != pImp->nVersion )  in Load()
 689 			if ( pImp->nLoadingVersion != pImp->nVersion )  in Load()
 737 		rStream >> pImp->nMajorVer >> pImp->nMinorVer;  in Load1_Impl()
 742 	if ( pImp->nMajorVer > 1 || pImp->nMinorVer >= 2 )  in Load1_Impl()
 758 		 pImp->nVersion < pImp->nLoadingVersion )  in Load1_Impl()
 825 		if ( pImp->nLoadingVersion != pImp->nVersion )  in Load1_Impl()
 967 	if ( pImp->nMajorVer > 1 || pImp->nMinorVer > 0 )  in Load1_Impl()
 [all …]
 
 | 
| H A D | itempool.cxx | 96 	return pImp->aBC;  in BC()172 	pImp->nVersion = 0;  in SfxItemPool()
 175 	pImp->nInitRefCount = 1;  in SfxItemPool()
 177 	pImp->nVerEnd = nEnd;  in SfxItemPool()
 230 	pImp->eDefMetric = rPool.pImp->eDefMetric;  in SfxItemPool()
 231 	pImp->nVersion = rPool.pImp->nVersion;  in SfxItemPool()
 235 	pImp->nVerStart = rPool.pImp->nVerStart;  in SfxItemPool()
 236 	pImp->nVerEnd = rPool.pImp->nVerEnd;  in SfxItemPool()
 388 	delete pImp;  in ~SfxItemPool()
 437 			if ( pImp->ppPoolItems && pSecondary->pImp->ppPoolItems )  in SetSecondaryPool()
 [all …]
 
 | 
| /aoo42x/main/svl/source/svdde/ | 
| H A D | ddedata.cxx | 46 	pImp->nData = 0;  in DdeData()58 	pImp->nData = n;  in DdeData()
 78 	pImp->hData = rData.pImp->hData;  in DdeData()
 79 	pImp->nData = rData.pImp->nData;  in DdeData()
 80 	pImp->pData = rData.pImp->pData;  in DdeData()
 81 	pImp->nFmt  = rData.pImp->nFmt;  in DdeData()
 89 	if ( pImp && pImp->hData )  in ~DdeData()
 91 	delete pImp;  in ~DdeData()
 99 		pImp->pData = DdeAccessData( pImp->hData, (LPDWORD) &pImp->nData );  in Lock()
 135 		delete pImp;  in operator =()
 [all …]
 
 | 
| H A D | ddecli.cxx | 102 					self->pImp->nStatus = self->pImp->hConv  in CliCallback()138 				d.pImp->hData = hData;  in CliCallback()
 154 	pImp = new DdeImp;  in DdeConnection()
 156 	pImp->hConv    = NULL;  in DdeConnection()
 180 		if( !pImp->hConv )  in DdeConnection()
 192 	if ( pImp->hConv )  in ~DdeConnection()
 216 	delete pImp;  in ~DdeConnection()
 234 		pImp->hConv = DdeReconnect( pImp->hConv );  in IsConnected()
 328 				d.pImp->hData = hData;  in Execute()
 329 				d.pImp->nFmt = nIntFmt;  in Execute()
 [all …]
 
 | 
| /aoo42x/main/svx/source/stbctrls/ | 
| H A D | pszctrl.cxx | 183 	pImp->bPos = sal_False;  in SvxPosSizeStatusBarControl()184 	pImp->bSize = sal_False;  in SvxPosSizeStatusBarControl()
 187 	pImp->nFunction = 0;  in SvxPosSizeStatusBarControl()
 207 	delete pImp;  in ~SvxPosSizeStatusBarControl()
 275 		pImp->bPos = sal_True;  in StateChanged()
 282 		pImp->bSize = sal_True;  in StateChanged()
 290 		pImp->bPos = sal_False;  in StateChanged()
 308 	if ( pImp->bTable )  in StateChanged()
 309 		aText = pImp->aStr;  in StateChanged()
 373 	if ( pImp->bPos || pImp->bSize )  in Paint()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/view/ | 
| H A D | frame.cxx | 103 	return pImp->GetHdl();  in GetHdl()130     delete pImp->pDescr;  in ~SfxFrame()
 138 	delete pImp;  in ~SfxFrame()
 145 	if ( !pImp->bClosing )  in DoClose()
 361 	return pImp->nType;  in GetFrameType()
 366 	pImp->nType = n;  in SetFrameType_Impl()
 468 	if ( pImp->pDescr )  in SetDescriptor()
 475 	pImp->pDescr = pD;  in SetDescriptor()
 485 	if ( !pImp->pDescr )  in GetDescriptor()
 492 	return pImp->pDescr;  in GetDescriptor()
 [all …]
 
 | 
| /aoo42x/main/sot/source/sdstor/ | 
| H A D | ucbstorage.cxx | 1418     pImp->Free();1554         pStg->pImp->m_aContentType = pImp->m_aContentType;
 1649     pImp->Init();
 1659     pImp->Init();
 1669     pImp->Init();
 1679     pImp->Init();
 1694     if ( pImp->m_bIsRoot && pImp->m_bDirect && ( !pImp->m_pTempFile || pImp->m_pSource ) )
 2681     pImp->m_nFormat = GetFormatId_Impl( pImp->m_aClassId );
 2849         pDestStg->SetClass( pImp->m_aClassId, pImp->m_nFormat,
 3544             pImp->OpenStream( pEle, pImp->m_nMode, pImp->m_bDirect );
 [all …]
 
 | 
| /aoo42x/main/unotools/source/config/ | 
| H A D | fltrcfg.cxx | 282 	pImp(new SvtFilterOptions_Impl)  in SvtFilterOptions()291 	delete pImp;  in ~SvtFilterOptions()
 367 		sal_Bool bVal = pImp->IsFlag( nFlag);  in Commit()
 378 	pImp->Load();  in Load()
 391 				pImp->SetFlag( nFlag, bVal);  in Load()
 400 	pImp->SetFlag( FILTERCFG_WORD_CODE, bFlag );  in SetLoadWordBasicCode()
 406 	return pImp->IsFlag( FILTERCFG_WORD_CODE );  in IsLoadWordBasicCode()
 483 	return pImp->IsFlag( FILTERCFG_MATH_LOAD );  in IsMathType2Math()
 494 	return pImp->IsFlag( FILTERCFG_MATH_SAVE );  in IsMath2MathType()
 542 	return pImp->IsFlag( FILTERCFG_CALC_LOAD );  in IsExcel2Calc()
 [all …]
 
 |