Home
last modified time | relevance | path

Searched refs:pB (Results 26 – 50 of 84) sorted by relevance

1234

/aoo42x/main/sw/inc/
H A Dtblsel.hxx168 _FndBox( SwTableBox* pB, _FndLine* pFL ) : in _FndBox() argument
169 pBox(pB), pUpper(pFL), pLineBefore( 0 ), pLineBehind( 0 ) {} in _FndBox()
/aoo42x/main/sc/source/ui/inc/
H A Dfiltdlg.hxx92 ScFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
203 ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
H A Dhighred.hxx106 ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
H A Dareasdlg.hxx48 ScPrintAreasDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent );
H A Dsolvrdlg.hxx51 ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
H A Dsimpref.hxx90 ScSimpleRefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
H A Dtabopdlg.hxx52 ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
H A Dnamedlg.hxx108 ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsolvrdlg.cxx55 ScSolverDlg::ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScSolverDlg() argument
59 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_SOLVER ), in ScSolverDlg()
H A Dhighred.cxx70 ScHighlightChgDlg::ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScHighlightChgDlg() argument
73 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_HIGHLIGHT_CHANGES ), in ScHighlightChgDlg()
H A Dtabopdlg.cxx51 ScTabOpDlg::ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScTabOpDlg() argument
55 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_TABOP ), in ScTabOpDlg()
H A Danyrefdg.cxx679 ScRefHandler::ScRefHandler( Window &rWindow, SfxBindings* pB/*, SfxChildWindow* pCW, in ScRefHandler() argument
684 m_aHelper(this,pB), in ScRefHandler()
685 pMyBindings( pB ), in ScRefHandler()
/aoo42x/main/rsc/inc/
H A Drscrange.hxx181 ERRTYPE GetBool( const RSCINST & rInst, sal_Bool * pB){ in GetBool() argument
184 *pB = (0 != l); in GetBool()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/filter/ww8/
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 ()()
/aoo42x/main/sfx2/source/inc/
H A Dtempldgi.hxx244 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window*, bool );
245 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* );
/aoo42x/main/sw/source/filter/ww1/
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()
/aoo42x/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx64 ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScSpecialFilterDlg() argument
67 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_SPEC_FILTER ), in ScSpecialFilterDlg()
H A Dconsdlg.cxx80 ScConsolidateDlg::ScConsolidateDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScConsolidateDlg() argument
83 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_CONSOLIDATE ), in ScConsolidateDlg()
H A Ddbnamdlg.cxx134 ScDbNameDlg::ScDbNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScDbNameDlg() argument
137 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_DBNAMES ), in ScDbNameDlg()
/aoo42x/main/rsc/source/res/
H A Drsctop.cxx570 ERRTYPE RscTop::GetBool( const RSCINST & rInst, sal_Bool * pB ){ in GetBool() argument
573 GetBool( rInst, pB ); in GetBool()
/aoo42x/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx115 ScNameDlg::ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScNameDlg() argument
119 : ScAnyRefDlg ( pB, pCW, pParent, RID_SCDLG_NAMES ), in ScNameDlg()
/aoo42x/main/sw/source/ui/inc/
H A Dfldtdlg.hxx52 SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent);

Completed in 152 milliseconds

1234