Home
last modified time | relevance | path

Searched refs:pLayout (Results 1 – 25 of 40) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4028 SalLayout* pLayout = ImplLayout( aStrikeoutTest, 0, nTestStrLen ); in ImplDrawStrikeoutChar() local
4029 if( pLayout ) in ImplDrawStrikeoutChar()
4031 …nStrikeoutWidth = (pLayout->GetTextWidth() +nTestStrLen/2) / (nTestStrLen * pLayout->GetUnitsPerPi… in ImplDrawStrikeoutChar()
4032 pLayout->Release(); in ImplDrawStrikeoutChar()
4066 pLayout = ImplLayout( aStrikeoutText, 0, STRING_LEN ); in ImplDrawStrikeoutChar()
4069 if( !pLayout ) in ImplDrawStrikeoutChar()
4077 pLayout->DrawBase() = Point( nBaseX+mnTextOffX, nBaseY+mnTextOffY ); in ImplDrawStrikeoutChar()
4078 pLayout->DrawText( *mpGraphics ); in ImplDrawStrikeoutChar()
4079 pLayout->Release(); in ImplDrawStrikeoutChar()
H A Dpdfwriter_impl.cxx2459 pLayout->SetText( rArgs.mpStr ); in GetTextLayout()
2460 return pLayout; in GetTextLayout()
7752 if( pLayout ) in drawText()
7754 drawLayout( *pLayout, rText, bTextLines ); in drawText()
7755 pLayout->Release(); in drawText()
7768 if( pLayout ) in drawTextArray()
7770 drawLayout( *pLayout, rText, bTextLines ); in drawTextArray()
7771 pLayout->Release(); in drawTextArray()
7784 if( pLayout ) in drawStretchText()
7786 drawLayout( *pLayout, rText, bTextLines ); in drawStretchText()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1516 SwRootFrm* pLayout = mpWrtShell->GetLayout(); in PrepareView() local
1517 if ( pLayout ) in PrepareView()
1518 SwPostItHelper::setSidebarChanged( pLayout, in PrepareView()
1537 const SwRootFrm* pLayout = mpWrtShell->GetLayout(); in IsHit() local
1539 const unsigned long nPageNum = SwPostItHelper::getPageInfo( aPageFrm, pLayout, aPoint ); in IsHit()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2140 return pLayout.get(); //swmod 080116 in GetLayout()
2515 ASSERT( pLayout, "no layout, no access" ); in CreateAccessible()
2531 ASSERT( pLayout, "no layout, no access" ); in CreateAccessiblePreview()
H A Dvnew.cxx130 if( !pLayout ) in Init()
137 pLayout = pCurrShell->pLayout; in Init()
139 if( !pLayout ) in Init()
142 pLayout = SwRootFrmPtr(new SwRootFrm( pDoc->GetDfltFrmFmt(), this ));//swmod081016 in Init()
143 pLayout->Init( pDoc->GetDfltFrmFmt() ); in Init()
154 GetDoc()->ShareLayout( pLayout ); in Init()
289 pLayout = rShell.pLayout;//swmod 080125 in ViewShell()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9388 void Window::RecordLayoutData( vcl::ControlLayoutData* pLayout, const Rectangle& rRect ) in RecordLayoutData() argument
9392 mpOutDevData->mpRecordLayout = pLayout; in RecordLayoutData()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1254 SwRootFrm* pLayout = pLay->getRootFrm(); in _InsertCnt() local
1255 …const sal_Bool bOldCallbackActionEnabled = pLayout ? pLayout->IsCallbackActionEnabled() : sal_Fals… in _InsertCnt()
1257 pLayout->SetCallbackActionEnabled( sal_False ); in _InsertCnt()
1628 AppendAllObjs( pTbl, pLayout ); in _InsertCnt()
1649 pLayout->SetCallbackActionEnabled( bOldCallbackActionEnabled ); in _InsertCnt()
3400 SwFrm* GetFrmOfModify( const SwRootFrm* pLayout, SwModify const& rMod, sal_uInt16 const nFrmType, in GetFrmOfModify() argument
3418 ( !pLayout || pLayout == pTmpFrm->getRootFrm() ) && in GetFrmOfModify()
H A Dtrvlfrm.cxx984 SwCntntFrm *GetFirstSub( const SwLayoutFrm *pLayout ) in GetFirstSub() argument
986 return ((SwPageFrm*)pLayout)->FindFirstBodyCntnt(); in GetFirstSub()
989 SwCntntFrm *GetLastSub( const SwLayoutFrm *pLayout ) in GetLastSub() argument
991 return ((SwPageFrm*)pLayout)->FindLastBodyCntnt(); in GetLastSub()
H A Dtabfrm.cxx1942 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() local
1943 if ( pLayout ) in MakeAll()
1944 bCalcLowers = pLayout->Resize( in MakeAll()
1945 pLayout->GetBrowseWidthByTabFrm( *this ), sal_False ); in MakeAll()
2061 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() local
2062 if( pLayout ) in MakeAll()
2065 bCalcLowers |= pLayout->Resize( in MakeAll()
2100 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() local
2101 if ( pLayout && in MakeAll()
2106 bCalcLowers |= pLayout->Resize( in MakeAll()
[all …]
H A Dfly.cxx588 SwRootFrm* pLayout = pMaster->getRootFrm(); in ChainFrames() local
589 if( pLayout && pLayout->IsAnyShellAccessible() ) in ChainFrames()
634 SwRootFrm* pLayout = pMaster->getRootFrm(); in UnchainFrames() local
635 if( pLayout && pLayout->IsAnyShellAccessible() ) in UnchainFrames()
915 SwRootFrm* pLayout = getRootFrm(); in _UpdateAttr() local
916 if( pLayout && pLayout->IsAnyShellAccessible() ) in _UpdateAttr()
1074 if( pLayout && pLayout->IsAnyShellAccessible() ) in _UpdateAttr()
2346 SwRootFrm* pLayout = getRootFrm(); in AppendDrawObj() local
2347 if( pLayout && pLayout->IsAnyShellAccessible() ) in AppendDrawObj()
2358 SwRootFrm* pLayout = getRootFrm(); in RemoveDrawObj() local
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx199 pLayout = pParent; in ModulWindow()
725 pLayout->GetStackWindow().UpdateCalls(); in IMPL_LINK()
778 pLayout->GetWatchWindow().UpdateWatches(); in BasicBreakHdl()
779 pLayout->GetStackWindow().UpdateCalls(); in BasicBreakHdl()
827 pLayout->GetWatchWindow().AddWatch( aWatchStr ); in BasicAddWatch()
828 pLayout->GetWatchWindow().UpdateWatches(); in BasicAddWatch()
842 sal_Bool bRemoved = pLayout->GetWatchWindow().RemoveSelectedWatch(); in BasicRemoveWatch()
1291 return pLayout; in GetLayoutWindow()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1200 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper() local
1201 if( pLayout && pLayout->IsExportable() ) in InitTableHelper()
1202 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
H A Drtfattributeoutput.cxx1082 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper() local
1083 if( pLayout && pLayout->IsExportable() ) in InitTableHelper()
1084 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx458 GenericSalLayout* pLayout = NULL; in GetTextLayout() local
461 pLayout = new ServerFontLayout( *m_pServerFont[ nFallbackLevel ] ); in GetTextLayout()
463 return pLayout; in GetTextLayout()
H A Dsvppspgraphics.cxx916 GenericSalLayout* pLayout = NULL; in GetTextLayout() local
920 pLayout = new PspServerFontLayout( *m_pPrinterGfx, *m_pServerFont[nFallbackLevel], rArgs ); in GetTextLayout()
922 pLayout = new PspFontLayout( *m_pPrinterGfx ); in GetTextLayout()
924 return pLayout; in GetTextLayout()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx449 SdXMLPresentationPageLayoutContext* pLayout = (SdXMLPresentationPageLayoutContext*)pStyle; in SetLayout() local
450 nType = pLayout->GetTypeId(); in SetLayout()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1007 GenericSalLayout* pLayout = NULL; in GetTextLayout() local
1020 pLayout = new GraphiteServerFontLayout(pGrfont); in GetTextLayout()
1024pLayout = new PspServerFontLayout( *m_pPrinterGfx, *m_pServerFont[nFallbackLevel], rArgs ); in GetTextLayout()
1027 pLayout = new PspFontLayout( *m_pPrinterGfx ); in GetTextLayout()
1029 return pLayout; in GetTextLayout()
H A Dsalgdi3.cxx1272 SalLayout* pLayout = NULL; in GetTextLayout() local
1287 pLayout = new GraphiteServerFontLayout(pGrfont); in GetTextLayout()
1291 pLayout = new ServerFontLayout( *mpServerFont[ nFallbackLevel ] ); in GetTextLayout()
1294 return pLayout; in GetTextLayout()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx951 Os2SalLayout* pLayout = NULL; local
971 pLayout = new Os2SalLayout( mhPS, 0, rFontFace, rFontInstance );
975 pLayout->SetFontScale( mfFontScale );
977 return pLayout;
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1084 void RecordLayoutData( vcl::ControlLayoutData* pLayout, const Rectangle& rRect );
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx1197 const SwHTMLTableLayout *pLayout = rTbl.GetHTMLTableLayout(); in OutHTML_SwTblNode() local
1203 pLayout = 0; in OutHTML_SwTblNode()
1206 if( pLayout && pLayout->IsExportable() ) in OutHTML_SwTblNode()
1208 SwHTMLWrtTable aTableWrt( pLayout ); in OutHTML_SwTblNode()
H A Dhtmlform.cxx547 SwHTMLTableLayout *pLayout = in init() local
549 if( pLayout ) in init()
552 pLayout->GetBrowseWidthByTable( *pDoc ); in init()
556 pLayout->Resize( nBrowseWidth, sal_True, sal_True, in init()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx475 SwHTMLTableLayout *pLayout = 0; in lcl_MinMaxNode() local
493 pLayout = pTblNd->GetTable().GetHTMLTableLayout(); in lcl_MinMaxNode()
500 if( pLayout ) in lcl_MinMaxNode()
502 nMin = pLayout->GetMin(); in lcl_MinMaxNode()
503 nMax = pLayout->GetMax(); in lcl_MinMaxNode()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx147 SwFrm* GetFrmOfModify( const SwRootFrm* pLayout, SwModify const&, sal_uInt16 const nFrmType, const …
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx173 while( pLayout ) in GetBodyTxtNode()
175 if( pLayout->IsFlyFrm() ) in GetBodyTxtNode()
187 pLayout = (SwLayoutFrm*)((SwFlyFrm*)pLayout)->GetAnchorFrm(); in GetBodyTxtNode()
207 pLayout = ((SwFlyFrm*)pLayout)->GetAnchorFrm() in GetBodyTxtNode()
213 pLayout->FindPageFrm()->GetCntntPosition( in GetBodyTxtNode()
214 pLayout->Frm().Pos(), rPos ); in GetBodyTxtNode()
218 else if( pLayout->IsFtnFrm() ) in GetBodyTxtNode()
226 else if( pLayout->IsHeaderFrm() || pLayout->IsFooterFrm() ) in GetBodyTxtNode()
230 if( pLayout->IsHeaderFrm() ) in GetBodyTxtNode()
254 Point aPt( pLayout->Frm().Pos() ); in GetBodyTxtNode()
[all …]

Completed in 366 milliseconds

12