Home
last modified time | relevance | path

Searched refs:pC (Results 1 – 25 of 27) sorted by path

12

/trunk/main/automation/source/server/
H A Dserver.cxx661 StatementList *pC = StatementList::pFirst; in IMPL_LINK() local
668 if (!pC->CheckWindowWait() || !pC->Execute()) in IMPL_LINK()
680 if (!pC->CheckWindowWait() || !pC->Execute()) in IMPL_LINK()
700 pC->ReportError( GEN_RES_STR0( S_GPF_ABORT ) ); in IMPL_LINK()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx2091 OSQLParseNode* pC = p2ndSearch->removeAt((sal_uInt32)2); in absorptions() local
2096 OSQLParseNode* p2ndAnd = MakeANDNode(new OSQLParseNode(*pA),pC); in absorptions()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx815 return pC; in CreateAndInsertContent()
829 return pC->GetText(); in GetText()
884 delete pC; in RemoveParagraph()
943 if ( pC ) in GetCharAttribs()
1104 if ( ( pC->GetFamily() == eFamily ) && ( pC->GetStyle() == rName ) ) in HasStyleSheet()
1115 rName = pC->GetStyle(); in GetStyleSheet()
1116 rFamily = pC->GetFamily(); in GetStyleSheet()
1125 pC->GetStyle() = rName; in SetStyleSheet()
1126 pC->GetFamily() = rFamily; in SetStyleSheet()
1434 pC->GetAttribs().Insert( pAttr, pC->GetAttribs().Count() ); in CreateData()
[all …]
H A Dimpedit4.cxx1099 ContentInfo* pC = pTxtObj->CreateAndInsertContent(); in CreateBinTextObject() local
1107 pC->GetStyle() = pNode->GetStyleSheet()->GetName(); in CreateBinTextObject()
1108 pC->GetFamily() = pNode->GetStyleSheet()->GetFamily(); in CreateBinTextObject()
1140 pC->GetAttribs().Insert( pX, pC->GetAttribs().Count() ); in CreateBinTextObject()
1149 pC->SetWrongList( pNode->GetWrongList()->Clone() ); in CreateBinTextObject()
1272 ContentInfo* pC = rTextObject.GetContents().GetObject( n ); in InsertBinTextObject() local
1276 aPaM = ImpFastInsertText( aPaM, pC->GetText() ); in InsertBinTextObject()
1280 pPortion->MarkInvalid( nStartPos, pC->GetText().Len() ); in InsertBinTextObject()
1284 sal_uInt16 nNewAttribs = pC->GetAttribs().Count(); in InsertBinTextObject()
1343 if ( GetStyleSheetPool() && pC->GetStyle().Len() ) in InsertBinTextObject()
[all …]
/trunk/main/sfx2/source/control/
H A Dbindings.cxx191 SfxFoundCache_Impl(sal_uInt16 nS, sal_uInt16 nW, const SfxSlot *pS, SfxStateCache *pC ): in SfxFoundCache_Impl()
195 pCache(pC) in SfxFoundCache_Impl()
/trunk/main/starmath/source/
H A Dmathtype.cxx256 pC = " +- "; in LookupChar()
409 pC = " Im "; in LookupChar()
415 pC = " wp "; in LookupChar()
421 pC = " Re "; in LookupChar()
472 pC = " in "; in LookupChar()
490 pC = " - "; in LookupChar()
493 pC = " -+ "; in LookupChar()
496 pC = " * "; in LookupChar()
511 pC = " or "; in LookupChar()
658 if (pC) in LookupChar()
[all …]
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx79 Conversation* pC; in SV_IMPL_VARARR() local
209 pC = new Conversation; in SV_IMPL_VARARR()
210 pC->hConv = hConv; in SV_IMPL_VARARR()
211 pC->pTopic = pTopic; in SV_IMPL_VARARR()
220 for( pC = pService->pConv->First(); pC; in SV_IMPL_VARARR()
223 if ( pC->hConv == hConv ) in SV_IMPL_VARARR()
234 pService->pConv->Remove( pC ); in SV_IMPL_VARARR()
235 delete pC; in SV_IMPL_VARARR()
240 pTopic = pC->pTopic; in SV_IMPL_VARARR()
573 pConv->Remove( pC ); in RemoveTopic()
[all …]
/trunk/main/sw/inc/
H A Dunobaseclass.hxx140 C *const pC( reinterpret_cast< C* >( in UnoTunnelGetImplementation() local
143 return pC; in UnoTunnelGetImplementation()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx474 SwDrawContact *pC = (SwDrawContact*)GetUserCall(pObj); in DeleteSelection() local
475 SwDrawFrmFmt *pFrmFmt = (SwDrawFrmFmt*)pC->GetFmt(); in DeleteSelection()
H A Ddocredln.cxx2660 SwCntntNode* pC; in InsertWithValidRanges() local
2664 pC = rNds.GoNext( &aNewStt.nNode ); in InsertWithValidRanges()
2665 if( pC ) in InsertWithValidRanges()
2666 aNewStt.nContent.Assign( pC, 0 ); in InsertWithValidRanges()
2698 if( pC ) in InsertWithValidRanges()
2706 pC = 0; in InsertWithValidRanges()
2718 pC = rCurNd.GetCntntNode(); in InsertWithValidRanges()
2724 else if( pC ) in InsertWithValidRanges()
2726 aNewStt.nNode = *pC; in InsertWithValidRanges()
2727 aNewStt.nContent.Assign( pC, pC->Len() ); in InsertWithValidRanges()
[all …]
H A Dtblcpy.cxx242 BoxStructure::iterator pC = maLines[0].begin(); in TableStructure() local
246 while( nIdx && pC != pEnd ) in TableStructure()
248 mnStartCol = mnStartCol + pC->mnColSpan; in TableStructure()
250 ++pC; in TableStructure()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx801 SwDrawContact *pC = (SwDrawContact*)GetUserCall(pObj); in CalcAnchor() local
805 pAnch = pC->GetAnchorFrm( pObj ); in CalcAnchor()
808 pC->ConnectToLayout(); in CalcAnchor()
812 pAnch = pC->GetAnchorFrm( pObj ); in CalcAnchor()
997 SwDrawContact *pC = (SwDrawContact*)GetUserCall(pObj); in CheckPossibilities() local
998 if ( pC ) in CheckPossibilities()
999 pFrm = pC->GetAnchorFrm( pObj ); in CheckPossibilities()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2600 SwDrawContact *pC = (SwDrawContact*)GetUserCall(pO); in IsAlignPossible() local
2602 bRet = (pC->GetFmt()->GetAnchor().GetAnchorId() == FLY_AS_CHAR); in IsAlignPossible()
H A Dtblsel.cxx900 const SwCellFrm* pC = (SwCellFrm*)pCell; in GetAutoSumSel() local
901 rBoxes.Insert( pC, rBoxes.Count() ); in GetAutoSumSel()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2790 SwFlyDrawContact* pC = a2ndIter.First(); in ~SwFlyFrmFmt() local
2791 if( pC ) in ~SwFlyFrmFmt()
2793 delete pC; in ~SwFlyFrmFmt()
2795 } while( 0 != ( pC = a2ndIter.Next() )); in ~SwFlyFrmFmt()
H A Dcolfrm.cxx400 const SwColumn *pC = pAttr->GetColumns()[i]; in AdjustColumns() local
408 const sal_uInt16 nLeft = pC->GetLeft(); in AdjustColumns()
409 const sal_uInt16 nRight = pC->GetRight(); in AdjustColumns()
434 aUL.SetUpper( pC->GetUpper()); in AdjustColumns()
435 aUL.SetLower( pC->GetLower()); in AdjustColumns()
H A Dflylay.cxx1328 const SwDrawContact *pC = (const SwDrawContact*)GetUserCall(pSdrObj); in CalcClipRect() local
1329 const SwFrmFmt *pFmt = (const SwFrmFmt*)pC->GetFmt(); in CalcClipRect()
1333 const SwFrm* pAnchorFrm = pC->GetAnchorFrm( pSdrObj ); in CalcClipRect()
1337 ((SwDrawContact*)pC)->ConnectToLayout(); in CalcClipRect()
1338 pAnchorFrm = pC->GetAnchorFrm(); in CalcClipRect()
1375 const SwFrm* pAnchorFrm = pC->GetAnchorFrm( pSdrObj ); in CalcClipRect()
H A Dlayact.cxx2249 const SwCntntFrm *pC = pFly->ContainsCntnt(); in _DoIdleJob() local
2250 while( pC ) in _DoIdleJob()
2252 if ( pC->IsTxtFrm() ) in _DoIdleJob()
2254 if ( _DoIdleJob( pC, eJob ) ) in _DoIdleJob()
2257 pC = pC->GetNextCntntFrm(); in _DoIdleJob()
2326 const SwCntntFrm *pC = pFly->ContainsCntnt(); in DoIdleJob() local
2327 while( pC ) in DoIdleJob()
2329 if ( pC->IsTxtFrm() ) in DoIdleJob()
2331 if ( _DoIdleJob( pC, eJob ) ) in DoIdleJob()
2334 pC = pC->GetNextCntntFrm(); in DoIdleJob()
H A Dlaycache.cxx316 const SwContact *pC = in Write() local
318 if( pC ) in Write()
1115 const SwContact *pC = ::GetUserCall( pAnchoredObj->GetDrawObj() ); in _CheckFlyCache() local
1116 if( pC ) in _CheckFlyCache()
H A Dnewfrm.cxx453 CurrShell *pC = (*pCurrShells)[i]; in DeRegisterShell() local
454 if (pC->pPrev == pSh) in DeRegisterShell()
455 pC->pPrev = 0; in DeRegisterShell()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx554 SwFillData( const SwCrsrMoveState *pC, SwPosition* pP, const SwRect& rR, in SwFillData()
555 const Point& rPt ) : aFrm( rR ), pCMS( pC ), pPos( pP ), rPoint( rPt ), in SwFillData()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx651 sal_uInt8* pC = aOlst.rgch; in OutputOlst() local
652 sal_uInt8* pChars = (sal_uInt8*)pC; in OutputOlst()
H A Dww8atr.cxx3399 const SwTxtFmtColl* pC = (SwTxtFmtColl*)GetExport().pOutFmtNode; in ParaNumRule() local
3400 if ( pC && pC->IsAssignedToListLevelOfOutlineStyle() ) in ParaNumRule()
3401 … nLvl = static_cast< sal_uInt8 >( pC->GetAssignedOutlineStyleLevel() ); //<-end,zhaojianwei in ParaNumRule()
3608 const SwTxtFmtColl* pC = (SwTxtFmtColl*)GetExport().pOutFmtNode; in FormatPageDescription() local
3609 if ( (SFX_ITEM_SET != pC->GetItemState( RES_BREAK, false ) ) && rPageDesc.KnowsPageDesc() ) in FormatPageDescription()
4638 const SwTxtFmtColl* pC = in ParaAdjust() local
4641 ItemGet<SvxFrameDirectionItem>(*pC, RES_FRAMEDIR); in ParaAdjust()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx450 static osl::Condition * pC = 0; in getInitCondition() local
451 if( !pC ) in getInitCondition()
454 if( !pC ) in getInitCondition()
457 pC = &aCondition; in getInitCondition()
460 return *pC; in getInitCondition()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx155 VCLXWindow* pC = VCLXWindow::GetImplementation( xCP ); in ImplActivateControl() local
156 if ( pC && pC->GetWindow() && ( pC->GetWindow()->GetStyle() & WB_TABSTOP ) ) in ImplActivateControl()
158 pC->GetWindow()->GrabFocus(); in ImplActivateControl()
264 XWindow* pC = (XWindow*)pComponents[n].get(); in autoTabOrder() local
266 pE->pComponent = pC; in autoTabOrder()
267 awt::Rectangle aPosSize = pC->getPosSize(); in autoTabOrder()

Completed in 207 milliseconds

12