Home
last modified time | relevance | path

Searched refs:pF (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/sfx2/source/appl/
H A Dmodule.cxx246 if ( nId == pF->nId ) in RegisterChildWindowContext()
248 if ( !pF->pArr ) in RegisterChildWindowContext()
249 pF->pArr = new SfxChildWinContextArr_Impl; in RegisterChildWindowContext()
250 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext()
268 SfxTbxCtrlFactory *pF = (*pImpl->pTbxCtrlFac)[n]; in RegisterToolBoxControl() local
269 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl()
270 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterToolBoxControl()
291 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl()
292 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterStatusBarControl()
313 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl()
[all …]
H A Dappreg.cxx87 SfxTbxCtrlFactory *pF = (*pAppData_Impl->pTbxCtrlFac)[n]; in RegisterToolBoxControl_Impl() local
88 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl_Impl()
89 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterToolBoxControl_Impl()
112 SfxStbCtrlFactory *pF = (*pAppData_Impl->pStbCtrlFac)[n]; in RegisterStatusBarControl_Impl() local
113 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl_Impl()
114 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterStatusBarControl_Impl()
137 SfxMenuCtrlFactory *pF = (*pAppData_Impl->pMenuCtrlFac)[n]; in RegisterMenuControl_Impl() local
138 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl_Impl()
139 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterMenuControl_Impl()
H A Dappchild.cxx79 SfxChildWinFactory *pF = NULL; in RegisterChildWindowContext_Impl() local
93 pF = pFac; in RegisterChildWindowContext_Impl()
100 if ( !pF ) in RegisterChildWindowContext_Impl()
119 pF = new SfxChildWinFactory( pFac->pCtor, pFac->nId, in RegisterChildWindowContext_Impl()
121 pMod->RegisterChildWindow( pF ); in RegisterChildWindowContext_Impl()
124 pF = pFac; in RegisterChildWindowContext_Impl()
130 if ( pF ) in RegisterChildWindowContext_Impl()
132 if ( !pF->pArr ) in RegisterChildWindowContext_Impl()
133 pF->pArr = new SfxChildWinContextArr_Impl; in RegisterChildWindowContext_Impl()
134 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2131 rWidth = pF->nXaRight - pF->nXaLeft; in SetAttributesAtGrfNode()
2133 rHeight = pF->nYaBottom - pF->nYaTop; in SetAttributesAtGrfNode()
2555 WW8_FSPA* pF; in Read_GrafLayer() local
2558 pF = &aFSFA; in Read_GrafLayer()
2563 if( !pF->nSpId ) in Read_GrafLayer()
2573 Rectangle aRect(pF->nXaLeft, pF->nYaTop, pF->nXaRight, pF->nYaBottom); in Read_GrafLayer()
2625 switch (pF->nwr) in Read_GrafLayer()
2645 if ( (2 == pF->nwr) || (4 == pF->nwr) ) in Read_GrafLayer()
3019 SwFmtFrmSize aFrmSize(ATT_FIX_SIZE, pF->nXaRight - pF->nXaLeft, pF->nYaBottom - pF->nYaTop); in ConvertDrawTextToFly()
3129 long nWidthTw = pF->nXaRight - pF->nXaLeft; in ImportReplaceableDrawables()
[all …]
H A Dww8par5.cxx678 if (!pF || !pF->EndPosIsFieldEnd(nCP)) in End_Field()
951 if (!pF || !pF->StartPosIsFieldStart()) in Read_Field()
1202 return pF->nLen; in Read_F_Tag()
1322 pF->nSCode, pF->nSCode + pF->nLen, nIndex); in MapBookmarkVariables()
1550 if( 85 == pF->nId ) in Read_F_DocInfo()
1670 switch( pF->nId ) in Read_F_DocInfo()
1801 if (32 == pF->nId) in Read_F_DateTime()
1864 switch ( pF->nId ){ in Read_F_Anz()
2543 pF->nSRes, pF->nLRes, eTextCharSet ); in Read_F_DBField()
3013 if (pF->nLRes < 3) in Read_F_Tox()
[all …]
H A Dww8par3.cxx121 ImportFormulaControl(aFormula,pF->nSCode+pF->nLCode-1, WW8_CT_EDIT); in Read_F_FormTextBox()
140 aFormula.sDefault = GetFieldResult(pF); in Read_F_FormTextBox()
166 WW8_CP currentCP=pF->nSCode; in Read_F_FormTextBox()
167 WW8_CP currentLen=pF->nLen; in Read_F_FormTextBox()
202 if (0x01 == rStr.GetChar(writer_cast<xub_StrLen>(pF->nLCode-1))) in Read_F_FormCheckBox()
203 ImportFormulaControl(aFormula,pF->nSCode+pF->nLCode-1, WW8_CT_CHECKBOX); in Read_F_FormCheckBox()
217 WW8_CP currentCP=pF->nSCode; in Read_F_FormCheckBox()
218 WW8_CP currentLen=pF->nLen; in Read_F_FormCheckBox()
261 ImportFormulaControl(aFormula,pF->nSCode+pF->nLCode-1, WW8_CT_DROPDOWN); in Read_F_FormListBox()
291 WW8_CP currentCP=pF->nSCode; in Read_F_FormListBox()
[all …]
H A Dww8par.hxx1342 WW8_FSPA *pF );
1480 RndStdIds eAnchor, WW8_FSPA *pF, SfxItemSet &rFlySet );
1488 String GetFieldResult( WW8FieldDesc* pF );
1492 long Read_F_Tag( WW8FieldDesc* pF );
1686 eF_ResT Read_F_DocInfo( WW8FieldDesc* pF, String& rStr );
1694 eF_ResT Read_F_Anz( WW8FieldDesc* pF, String& );
1696 eF_ResT Read_F_Ref( WW8FieldDesc* pF, String& );
1702 eF_ResT Read_F_Tox( WW8FieldDesc* pF, String& rStr );
1705 eF_ResT Read_F_FormTextBox( WW8FieldDesc* pF, String& rStr);
1707 eF_ResT Read_F_FormListBox( WW8FieldDesc* pF, String& rStr);
[all …]
H A Dwrtww8.cxx881 aFkps.Insert( pF, aFkps.Count() ); in WW8_WrPlcPn()
891 WW8_FkpPtr pF = aFkps.GetObject(aFkps.Count() - 1); in CopyLastSprms() local
892 return pF->CopyLastSprms(rLen, rWrt.bWrtWW8); in CopyLastSprms()
920 else if( nVarLen && pF->IsEqualPos( nEndFc )) in AppendFkpEntry()
921 pF->MergeToNew( nVarLen, pNewSprms ); in AppendFkpEntry()
924 else if( !nVarLen && pF->IsEmptySprm() ) in AppendFkpEntry()
926 pF->SetNewEnd( nEndFc ); in AppendFkpEntry()
930 bool bOk = pF->Append(nEndFc, nVarLen, pNewSprms); in AppendFkpEntry()
933 pF->Combine(); in AppendFkpEntry()
934 pF = new WW8_WrFkp( ePlc, pF->GetEndFc(), rWrt.bWrtWW8 );// Anfang neuer Fkp in AppendFkpEntry()
[all …]
H A Dww8par6.cxx3335 const SvxFontHeightItem* pF in Read_SubSuperProp() local
3337 ASSERT(pF, "Expected to have the fontheight available here"); in Read_SubSuperProp()
3341 if (pF != NULL && pF->GetHeight() != 0) in Read_SubSuperProp()
3342 nHeight = pF->GetHeight(); in Read_SubSuperProp()
3563 const WW8_FFN* pF = pFonts->GetFont( nFCode ); // Info dazu in GetFontParams() local
3564 if( !pF ) // FontNummer unbekannt ? in GetFontParams()
3567 rName = String( pF->sFontname ); in GetFontParams()
3570 rePitch = ePitchA[pF->prg]; in GetFontParams()
3573 if( 77 == pF->chs ) // Mac-Font im Mac-Charset oder in GetFontParams()
3580 if (bVer67 && pF->chs == 0) in GetFontParams()
[all …]
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx929 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR() local
930 if( pF->GetTxtFld() && in SV_IMPL_PTRARR()
931 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SV_IMPL_PTRARR()
933 aIds.Insert( ((SwSetExpField*)pF->GetField())->GetSeqNumber() ); in SV_IMPL_PTRARR()
938 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR() local
939 if( pF->GetTxtFld() && in SV_IMPL_PTRARR()
940 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SV_IMPL_PTRARR()
988 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR() local
989 if( pF->GetTxtFld() && nSeqNo == in SV_IMPL_PTRARR()
990 ((SwSetExpField*)pF->GetField())->GetSeqNumber() ) in SV_IMPL_PTRARR()
[all …]
H A Dexpfld.cxx564 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SetSeqRefNo() local
565 if( pF->GetField() != &rFld && pF->GetTxtFld() && in SetSeqRefNo()
566 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SetSeqRefNo()
568 InsertSort( aArr, ((SwSetExpField*)pF->GetField())->GetSeqNumber() ); in SetSeqRefNo()
601 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in GetSeqFldList() local
602 if( pF->GetTxtFld() && in GetSeqFldList()
603 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in GetSeqFldList()
607 pNd->GetExpandTxt( 0, (*pF->GetTxtFld()->GetStart()) + 1 ), in GetSeqFldList()
608 ((SwSetExpField*)pF->GetField())->GetSeqNumber() ); in GetSeqFldList()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx200 SwImplEnterLeave( const SwFrm* pF, sal_uLong nFunct, sal_uLong nAct, void* pPar ) in SwImplEnterLeave() argument
201 : pFrm( pF ), nFunction( nFunct ), nAction( nAct ), pParam( pPar ) {} in SwImplEnterLeave()
210 SwSizeEnterLeave( const SwFrm* pF, sal_uLong nFunct, sal_uLong nAct, void* pPar ) in SwSizeEnterLeave() argument
211 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrmHeight( pF->Frm().Height() ) {} in SwSizeEnterLeave()
219 SwUpperEnterLeave( const SwFrm* pF, sal_uLong nFunct, sal_uLong nAct, void* pPar ) in SwUpperEnterLeave() argument
220 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrmId( 0 ) {} in SwUpperEnterLeave()
229 SwFrmChangesLeave( const SwFrm* pF, sal_uLong nFunct, sal_uLong nAct, void* pPar ) in SwFrmChangesLeave() argument
230 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), aFrm( pF->Frm() ) {} in SwFrmChangesLeave()
H A Dfrmtool.cxx103 SwFrmNotify::SwFrmNotify( SwFrm *pF ) : in SwFrmNotify() argument
104 pFrm( pF ), in SwFrmNotify()
105 aFrm( pF->Frm() ), in SwFrmNotify()
106 aPrt( pF->Prt() ), in SwFrmNotify()
108 bValidSize( pF->GetValidSizeFlag() ), in SwFrmNotify()
111 if ( pF->IsTxtFrm() ) in SwFrmNotify()
113 mnFlyAnchorOfst = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_True ); in SwFrmNotify()
114 mnFlyAnchorOfstNoWrap = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_False ); in SwFrmNotify()
122 bHadFollow = pF->IsCntntFrm() ? in SwFrmNotify()
123 (((SwCntntFrm*)pF)->GetFollow() ? sal_True : sal_False) : in SwFrmNotify()
H A Dhffrm.cxx777 SwFooterFrm *pF = new SwFooterFrm( (SwFrmFmt*)rF.GetFooterFmt(), this ); in PrepareFooter() local
778 pF->Paste( this ); in PrepareFooter()
780 ::RegistFlys( this, pF ); in PrepareFooter()
/trunk/main/sc/inc/
H A Dcell.hxx441 void SetPrevious( ScFormulaCell* pF ) { pPrevious = pF; } in SetPrevious() argument
442 void SetNext( ScFormulaCell* pF ) { pNext = pF; } in SetNext() argument
445 void SetPreviousTrack( ScFormulaCell* pF ) { pPreviousTrack = pF; } in SetPreviousTrack() argument
446 void SetNextTrack( ScFormulaCell* pF ) { pNextTrack = pF; } in SetNextTrack() argument
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1511 if( pF ) in GetContentAtPos()
1514 pFrm = (SwCntntFrm*)pF; in GetContentAtPos()
1515 while( pF && !pF->IsCellFrm() ) in GetContentAtPos()
1516 pF = pF->GetUpper(); in GetContentAtPos()
1522 if( pF && !pF->Frm().IsInside( aPt )) in GetContentAtPos()
1523 pF = 0; in GetContentAtPos()
1525 else if( !pF ) in GetContentAtPos()
1526 pF = pFrm; in GetContentAtPos()
1528 if( pF ) // nur dann ist es gueltig!! in GetContentAtPos()
1557 *pFldRect = pF->Prt(); in GetContentAtPos()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx951 OSFont * pF; in ReadChrStr() local
955 pF = pFontList; in ReadChrStr()
956 while (pF!=NULL && pF->nID!=aAttr.nChrSet) pF=pF->pSucc; in ReadChrStr()
957 if (pF!=NULL) in ReadChrStr()
958 aFont = pF->aFont; in ReadChrStr()
2248 OSFont * pF=new OSFont; in ReadFont() local
2249 pF->pSucc=pFontList; pFontList=pF; in ReadFont()
2250 pF->nID=0; in ReadFont()
2251 pF->aFont.SetTransparent(sal_True); in ReadFont()
2274 pF->aFont.SetName( aStr ); in ReadFont()
[all …]
/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx44 Window *pF = ((DockingWindow*)w)->GetFloatingWindow(); in ImplTaskPaneListGetPos() local
45 if( pF ) in ImplTaskPaneListGetPos()
46 pos = pF->OutputToAbsoluteScreenPixel( pF->ScreenToOutputPixel( pos ) ); in ImplTaskPaneListGetPos()
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx508 sal_Char* pF = (sal_Char*)pNewBuf; in IsDetectableText() local
509 sal_Char* pN = pF+1; in IsDetectableText()
510 for(xub_StrLen n = 0; n < nNewLen; ++n, pF+=2, pN+=2) in IsDetectableText()
512 sal_Char c = *pF; in IsDetectableText()
513 *pF = *pN; in IsDetectableText()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx247 const SwFrm *pF = pFrm; in lcl_FindBasePos() local
248 while ( pF && !pF->Frm().IsInside( rPt ) ) in lcl_FindBasePos()
250 if ( pF->IsCntntFrm() ) in lcl_FindBasePos()
251 pF = ((SwCntntFrm*)pF)->GetFollow(); in lcl_FindBasePos()
253 pF = 0; in lcl_FindBasePos()
255 if ( pF ) in lcl_FindBasePos()
256 return pF->Frm().Pos(); in lcl_FindBasePos()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx366 sal_Char* pF = pArr, *pN = pArr + 1; in ReadChars() local
367 for( sal_uLong n = 0; n < lGCount; n += 2, pF += 2, pN += 2 ) in ReadChars()
369 sal_Char c = *pF; in ReadChars()
370 *pF = *pN; in ReadChars()
/trunk/main/sfx2/source/view/
H A Dframe2.cxx76 SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow );
89 SfxFrameWindow_Impl::SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow ) in SfxFrameWindow_Impl() argument
91 , pFrame( pF ) in SfxFrameWindow_Impl()
H A Dframe.cxx797 SfxViewFrame *pF = GetCurrentViewFrame(); in SetToolSpaceBorderPixel_Impl() local
798 if ( pF ) in SetToolSpaceBorderPixel_Impl()
817pF->GetWindow().SetBorderStyle( bHasTools ? WINDOW_BORDER_NORMAL : WINDOW_BORDER_NOBORDER ); in SetToolSpaceBorderPixel_Impl()
820 pF->GetWindow().SetPosSizePixel( aPos, aSize ); in SetToolSpaceBorderPixel_Impl()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1321 SfxViewFrame *pF = SfxViewFrame::GetFirst( pObjShell ); in SwPagePreView() local
1322 if ( pF == pViewFrame ) in SwPagePreView()
1323 pF = SfxViewFrame::GetNext( *pF, pObjShell ); in SwPagePreView()
1324 if ( pF ) in SwPagePreView()
1325 pOldSh = pF->GetViewShell(); in SwPagePreView()
/trunk/main/sw/inc/
H A Dhints.hxx252 const SwFrm *pF ) { pFrm = pF, pPage = pPg; } in SetInfo() argument

Completed in 1407 milliseconds

12