Home
last modified time | relevance | path

Searched refs:pF (Results 1 – 25 of 37) sorted by last modified time

12

/trunk/main/sw/source/filter/ww8/
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 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 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 Dww8par2.cxx719 const WW8_FFN* pF = pFonts->GetFont(SVBT16ToShort(rAV.ftc)); // FontInfo in SetAnlvStrings() local
720 bool bListSymbol = pF && ( pF->chs == 2 ); // Symbol/WingDings/... in SetAnlvStrings()
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 …]
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 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 …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2483 const sal_Unicode *pF, *pPtr = pPortion->maString.GetBuffer(); in ApplyTextObj() local
2486 for ( pF = pPtr; pPtr < pMax; pPtr++ ) in ApplyTextObj()
2490 nLen = pPtr - pF; in ApplyTextObj()
2495 pF = pPtr + 1; in ApplyTextObj()
2500 nLen = pPtr - pF; in ApplyTextObj()
/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/sw/source/core/layout/
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()
H A Datrfrm.cxx2527 SwFmtFooter *pF = 0; in Modify() local
2536 RES_FOOTER, sal_False, (const SfxPoolItem**)&pF ); in Modify()
2566 pF = (SwFmtFooter*)pNew; in Modify()
2574 if( pF && pF->IsActive() && !pF->GetFooterFmt() ) in Modify()
2577 pF->RegisterToFormat( *pFmt ); in Modify()
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()
/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/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/source/filter/ww1/
H A Dfltshell.cxx1885 SwFrmFmt* pF = MakeFly( eAnchor, pSet ); in BeginFly() local
1889 const SwFmtCntnt& rCntnt = pF->GetCntnt(); in BeginFly()
H A Dw1filter.cxx1364 W1_FFN* pF = GetFFN(nFCode - 3); in GetFont() local
1365 if (pF != 0) in GetFont()
1368 aName = String( (sal_Char*)pF->szFfnGet(), in GetFont()
1375 ePitch = ePitchA[pF->prgGet()]; in GetFont()
1384 sal_uInt16 b = pF->ffGet(); in GetFont()
/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/filter/html/
H A Dhtmlatr.cxx323 SwHTMLFmtInfo( const SwFmt *pF ) : in SwHTMLFmtInfo()
324 pFmt( pF ), pItemSet( 0 ) in SwHTMLFmtInfo()
351 SwHTMLFmtInfo::SwHTMLFmtInfo( const SwFmt *pF, SwDoc *pDoc, SwDoc *pTemplate, in SV_IMPL_OP_PTRARR_SORT()
355 pFmt( pF ), pItemSet( 0 ), bScriptDependent( sal_False ) in SV_IMPL_OP_PTRARR_SORT()
/trunk/main/sw/source/core/fields/
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()
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 …]
/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/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/sw/source/core/access/
H A Dacccontext.cxx572 const SwFrm *pF ) in SwAccessibleContext() argument
573 : SwAccessibleFrame( pM->GetVisArea().SVRect(), pF, in SwAccessibleContext()
H A Daccframe.cxx430 const SwFrm *pF, in SwAccessibleFrame() argument
433 mpFrm( pF ), in SwAccessibleFrame()

Completed in 286 milliseconds

12