Home
last modified time | relevance | path

Searched refs:pB (Results 1 – 25 of 84) sorted by last modified time

1234

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1847 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult() argument
1856 sum += pA->GetDouble(k,row) * pB->GetDouble(col,k); in lcl_MFastMult()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx163 WW8PLCFx_Book* pB = pPlcxMan->GetBook(); in Read_F_FormTextBox() local
165 if (pB!=NULL) { in Read_F_FormTextBox()
180 if (pB!=NULL && aBookmarkName.Len()==0) { in Read_F_FormTextBox()
181 aBookmarkName=pB->GetUniqueBookmarkName(aFormula.sTitle); in Read_F_FormTextBox()
215 WW8PLCFx_Book* pB = pPlcxMan->GetBook(); in Read_F_FormCheckBox() local
216 if (pB!=NULL) { in Read_F_FormCheckBox()
231 if (pB!=NULL && aBookmarkName.Len()==0) { in Read_F_FormCheckBox()
232 aBookmarkName=pB->GetUniqueBookmarkName(aFormula.sTitle); in Read_F_FormCheckBox()
288 WW8PLCFx_Book* pB = pPlcxMan->GetBook(); in Read_F_FormListBox() local
289 if (pB!=NULL) in Read_F_FormListBox()
[all …]
H A Dww8par2.cxx496 const sal_uInt8* pB = pPap->HasSprm(TabRowSprm(nLevel)); in SearchRowEnd() local
497 if (pB && *pB == 1) in SearchRowEnd()
H A Dww8par5.cxx311 WW8PLCFx_Book* pB = pPlcxMan->GetBook(); in Read_Book() local
312 if( !pB ) in Read_Book()
314 ASSERT( pB, "WW8PLCFx_Book - Pointer nicht da" ); in Read_Book()
318 eBookStatus eB = pB->GetStatus(); in Read_Book()
322 if (pB->GetIsEnd()) in Read_Book()
325 pB->GetHandle(), (eB & BOOK_FIELD)!=0); in Read_Book()
330 const String* pName = pB->GetName(); in Read_Book()
346 long nLen = pB->GetLen(); in Read_Book()
351 nLen = pSBase->WW8ReadString( *pStrm, aVal, pB->GetStartPos(), nLen, in Read_Book()
420 … SwFltBookmark( sOrigName, aVal, pB->GetHandle(), IsTOCBookmarkName( sOrigName ) )); in Read_Book()
H A Dwriterhelper.cxx102 bool operator()(const SwTxtFmtColl *pA, const SwTxtFmtColl *pB) const in operator ()()
108 const bool bIsBAssignedToOutlineStyle( pB->IsAssignedToListLevelOfOutlineStyle() ); in operator ()()
121 bResult = pA->GetAssignedOutlineStyleLevel() < pB->GetAssignedOutlineStyleLevel(); in operator ()()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx1104 const SwNumberTreeNode * pB) in SwNumberTreeNodeLessThan() argument
1108 if (pA == NULL && pB != NULL) in SwNumberTreeNodeLessThan()
1110 else if (pA != NULL && pB != NULL) in SwNumberTreeNodeLessThan()
1111 bResult = pA->LessThan(*pB); in SwNumberTreeNodeLessThan()
/trunk/main/sw/inc/
H A DSwNumberTree.hxx36 const SwNumberTreeNode * pB);
41 const SwNumberTreeNode * pB) const in operator ()()
42 { return SwNumberTreeNodeLessThan(pA, pB); } in operator ()()
H A Dtblsel.hxx168 _FndBox( SwTableBox* pB, _FndLine* pFL ) : in _FndBox() argument
169 pBox(pB), pUpper(pFL), pLineBefore( 0 ), pLineBehind( 0 ) {} in _FndBox()
H A Dswabstdlg.hxx407 …virtual AbstractSwFldDlg * CreateSwFldDlg ( SfxBindings* pB, SwChildWinWrapper* pCW, Window *pPare…
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1942 if( pB && pP && pA && pW && pAlphaW ) in ImplBlendWithAlpha()
1955 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1982 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
1989 if( pP && pA && pB ) in ImplBlendWithAlpha()
2008 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2021 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
2059 if( pB && pP && pA && pW ) in ImplBlend()
2081 aBmp.ReleaseAccess( pB ); in ImplBlend()
2090 if( pP && pA && pB ) in ImplBlend()
2106 if( pP && pA && pB && !bFastBlend ) in ImplBlend()
[all …]
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx244 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window*, bool );
245 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* );
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx63 bool operator()(WinSalBitmap* pA, WinSalBitmap* pB) const in operator ()()
65 return pA < pB; in operator ()()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx646 …virtual void getFontMetrics(float*pA, float*pB, float*pC) { mrRealFont.getFontMetrics(pA,pB,pC); }; in getFontMetrics() argument
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx570 inline bool GfbCompare::operator()( const ImplMacFontData* pA, const ImplMacFontData* pB ) in operator ()() argument
574 bool bPreferB = !pB->IsSymbolFont(); in operator ()()
579 bPreferB = pB->IsScalable(); in operator ()()
584 bPreferB = (pB->GetSlant() == ITALIC_NONE); in operator ()()
589 bPreferB = (pB->GetWeight() == WEIGHT_NORMAL); in operator ()()
594 bPreferB = (pB->GetWidthType() == WIDTH_NORMAL); in operator ()()
/trunk/main/sw/source/ui/inc/
H A Dfldtdlg.hxx52 SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent);
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx71 SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent) in SwFldDlg() argument
74 m_pBindings(pB), in SwFldDlg()
H A Dfldwrap.cxx122 SfxBindings* pB, in SwFldDlgWrapper() argument
129 AbstractSwFldDlg* pDlg = pFact->CreateSwFldDlg(pB, this, _pParent, DLG_FLD_INSERT ); in SwFldDlgWrapper()
179 SfxBindings* pB, in SwFldDataOnlyDlgWrapper() argument
186 AbstractSwFldDlg* pDlg = pFact->CreateSwFldDlg(pB, this, _pParent, DLG_FLD_INSERT ); in SwFldDataOnlyDlgWrapper()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx484 …virtual AbstractSwFldDlg * CreateSwFldDlg ( SfxBindings* pB, SwChildWinWrapper* pCW, Window *pPare…
H A Dswdlgfact.cxx1173 AbstractSwFldDlg * SwAbstractDialogFactory_Impl::CreateSwFldDlg ( SfxBindings* pB, SwChildWinWrappe… in CreateSwFldDlg() argument
1179 pDlg = new SwFldDlg( pB, pCW,pParent); in CreateSwFldDlg()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx553 SwFltBookmark* pB = (SwFltBookmark*)pEntry->pAttr; in SetAttrInDoc() local
564 SwSetExpField aFld((SwSetExpFieldType*)pFT, pB->GetValSys()); in SetAttrInDoc()
576 ( pB->IsTOCBookmark() && in SetAttrInDoc()
H A Dw1class.hxx1470 sal_Bool FillStart(sal_uInt8*& pB, sal_uInt16& nSize) in FillStart() argument
1473 return pPap->Fill(nFkpIndex, pB, nSize); in FillStart()
1475 sal_Bool FillStop(sal_uInt8*& pB, sal_uInt16& nSize) in FillStop() argument
1477 return nFkpIndex ? pPap->Fill(nFkpIndex-1, pB, nSize) : sal_False; in FillStop()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx73 SwWriteTableCell(const SwTableBox *pB, sal_uInt16 nR, sal_uInt16 nC, sal_uInt16 nRSpan, in SwWriteTableCell() argument
75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx700 const ::uno::Any* pB = 0; in FillBaseProperties() local
701 GetProperty(RES_UL_SPACE, MID_LO_MARGIN|CONVERT_TWIPS, pB ); in FillBaseProperties()
702 if(pT||pB) in FillBaseProperties()
707 if(pB) in FillBaseProperties()
708 bRet &= ((SfxPoolItem&)aTB).PutValue(*pB, MID_LO_MARGIN|CONVERT_TWIPS); in FillBaseProperties()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx615 SwLayoutFrm *pB = FindBodyCont(); in _UpdateAttr() local
616 ASSERT( pB, "Seite ohne Body." ); in _UpdateAttr()
617 pB->ChgColumns( rOldCol, rNewCol ); in _UpdateAttr()
683 SwLayoutFrm *pB = FindBodyCont(); in _UpdateAttr() local
684 ASSERT( pB, "Seite ohne Body." ); in _UpdateAttr()
685 pB->ChgColumns( *(const SwFmtCol*)pOld, *(const SwFmtCol*)pNew ); in _UpdateAttr()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx826 sw::mark::IMark* pB = NULL; in HasReadonlySel() local
831 pB = GetMark( ) ? pMarksAccess->getFieldmarkFor( *GetMark( ) ) : pA; in HasReadonlySel()
832 bRet = ( pA != pB ); in HasReadonlySel()
836 bRet |= ( pA == NULL || pB == NULL ); in HasReadonlySel()

Completed in 343 milliseconds

1234