Home
last modified time | relevance | path

Searched refs:pLayout (Results 26 – 40 of 40) sorted by relevance

12

/trunk/main/vcl/unx/generic/gdi/
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/xmloff/source/draw/
H A Dximppage.cxx449 SdXMLPresentationPageLayoutContext* pLayout = (SdXMLPresentationPageLayoutContext*)pStyle; in SetLayout() local
450 nType = pLayout->GetTypeId(); in SetLayout()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.hxx35 …< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, const DiagramLayoutPtr &pLayout );
/trunk/main/sw/source/filter/html/
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/layout/
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()
/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/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()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1415 const SwRootFrm* pLayout = pViewShell->GetLayout(); in SelectWordWT() local
1416 if( pPt && 0 != pLayout ) in SelectWordWT()
1420 pLayout->GetCrsrOfst( GetPoint(), aPt ); in SelectWordWT()
/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/sw/inc/
H A Dviewsh.hxx170 SwRootFrmPtr pLayout; //swmod 080116 member in ViewShell
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx147 SwFrm* GetFrmOfModify( const SwRootFrm* pLayout, SwModify const&, sal_uInt16 const nFrmType, const …
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1084 void RecordLayoutData( vcl::ControlLayoutData* pLayout, const Rectangle& rRect );
/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()

Completed in 266 milliseconds

12