Home
last modified time | relevance | path

Searched refs:pAttrs (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx144 nMinHeight -= pAttrs->CalcTop(); in FormatPrt()
178 nSpace = pAttrs->CalcTop(); in FormatPrt()
197 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt()
202 aPrt.Top(pAttrs->CalcTop()); in FormatPrt()
222 aPrt.Top ( pAttrs->CalcTop() ); in FormatPrt()
227 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt()
425 SwLayoutFrm::Format(pAttrs); in Format()
431 long nUL = pAttrs->CalcTop() + pAttrs->CalcBottom(); in Format()
434 FormatPrt(nUL, pAttrs); in Format()
437 FormatSize(nUL, pAttrs); in Format()
[all …]
H A Dtabfrm.cxx1961 const SwBorderAttrs *pAttrs = pAccess->Get(); in MakeAll() local
2068 pAttrs = pAccess->Get(); in MakeAll()
2098 Format( pAttrs ); in MakeAll()
2109 pAttrs = pAccess->Get(); in MakeAll()
2165 Format( pAttrs ); in MakeAll()
2340 pAttrs = pAccess->Get(); in MakeAll()
2922 SwTwips nUpper = CalcUpperSpace( pAttrs ); in Format()
2935 SwTwips nLower = pAttrs->CalcBottomLine(); in Format()
3140 nWidth -= pAttrs->CalcRightLine(); in Format()
4161 if ( pAttrs ) in lcl_CalcMinCellHeight()
[all …]
H A Dcalcmove.cxx713 const SwBorderAttrs*pAttrs = 0; in MakeAll() local
737 pAttrs = pAccess->Get(); in MakeAll()
744 const long nTop = pAttrs->CalcTopLine() + aBorder.Height(); in MakeAll()
763 Frm().Height( pAttrs->GetSize().Height() ); in MakeAll()
832 Prt().Left ( pAttrs->CalcLeftLine() + aBorder.Width() ); in MakeAll()
835 + pAttrs->CalcRightLine() + aBorder.Width() ) ); in MakeAll()
842 Frm().SSize( pAttrs->GetSize() ); in MakeAll()
843 Format( pAttrs ); in MakeAll()
885 const SwBorderAttrs*pAttrs = 0; in MakeAll() local
944 pAttrs = pAccess->Get(); in MakeAll()
[all …]
H A Dfly.cxx1360 void SwFlyFrm::Format( const SwBorderAttrs *pAttrs ) in Format() argument
1362 ASSERT( pAttrs, "FlyFrm::Format, pAttrs ist 0." ); in Format()
1383 const SwTwips nUL = pAttrs->CalcTopLine() + pAttrs->CalcBottomLine(); in Format()
1384 const SwTwips nLR = pAttrs->CalcLeftLine() + pAttrs->CalcRightLine(); in Format()
1388 …ASSERT( pAttrs->GetSize().Height() != 0 || rFrmSz.GetHeightPercent(), "Hoehe des RahmenAttr ist 0.… in Format()
1389 …ASSERT( pAttrs->GetSize().Width() != 0 || rFrmSz.GetWidthPercent(), "Breite des RahmenAttr ist 0.… in Format()
1404 FormatWidthCols( *pAttrs, nUL, nMinHeight ); in Format()
H A Dflowfrm.cxx1456 SwTwips SwFlowFrm::CalcUpperSpace( const SwBorderAttrs *pAttrs, in CalcUpperSpace() argument
1465 if( !pAttrs ) in CalcUpperSpace()
1479 pAttrs = pAccess->Get(); in CalcUpperSpace()
1505 nUpper = nPrevLowerSpace + pAttrs->GetULSpace().GetUpper(); in CalcUpperSpace()
1550 static_cast<long>(pAttrs->GetULSpace().GetUpper()) ); in CalcUpperSpace()
1598 nUpper = pAttrs->GetULSpace().GetUpper(); in CalcUpperSpace()
1605 nUpper += pAttrs->GetTopLine( rThis, (pPr ? pPrevFrm : 0L) ); in CalcUpperSpace()
H A Dflyincnt.cxx170 void SwFlyInCntFrm::Format( const SwBorderAttrs *pAttrs ) in Format() argument
182 SwFlyFrm::Format( pAttrs ); in Format()
H A Dwsfrm.cxx3199 void SwLayoutFrm::Format( const SwBorderAttrs *pAttrs ) in Format() argument
3201 ASSERT( pAttrs, "LayoutFrm::Format, pAttrs ist 0." ); in Format()
3206 const sal_uInt16 nLeft = (sal_uInt16)pAttrs->CalcLeft( this ); in Format()
3207 const sal_uInt16 nUpper = pAttrs->CalcTop(); in Format()
3209 const sal_uInt16 nRight = (sal_uInt16)((SwBorderAttrs*)pAttrs)->CalcRight( this ); in Format()
3210 const sal_uInt16 nLower = pAttrs->CalcBottom(); in Format()
3273 { if ( Frm().Height() != pAttrs->GetSize().Height() ) in Format()
3274 ChgSize( Size( Frm().Width(), pAttrs->GetSize().Height())); in Format()
/trunk/main/sw/source/core/inc/
H A Dhffrm.hxx34 void FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs);
35 void FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs);
39 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dbodyfrm.hxx34 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dcellfrm.hxx39 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dnotxtfrm.hxx44 void Format ( const SwBorderAttrs *pAttrs = 0 );
H A Drowfrm.hxx35 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dflyfrms.hxx199 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dftnfrm.hxx48 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dsectfrm.hxx57 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dlayfrm.hxx54 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx146 const AttrList * pAttrs = inq_Attrs(); in do_WriteOut() local
147 if ( pAttrs != 0 ) in do_WriteOut()
149 for ( AttrList::iterator it = pAttrs->begin(); in do_WriteOut()
150 it != pAttrs->end(); in do_WriteOut()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx336 const SvUShortsSort* pAttrs, in ResetAttrs() argument
342 if( !bTxtAttr && pAttrs && pAttrs->Count() && in ResetAttrs()
343 RES_TXTATR_END > (*pAttrs)[ 0 ] ) in ResetAttrs()
407 if( pAttrs && pAttrs->Count() ) in ResetAttrs()
409 pUndo->SetAttrs( *pAttrs ); in ResetAttrs()
435 if( pAttrs && pAttrs->Count() ) in ResetAttrs()
437 for( sal_uInt16 n = pAttrs->Count(); n; ) in ResetAttrs()
438 if( POOLATTR_END > (*pAttrs)[ --n ] ) in ResetAttrs()
439 aDelSet.Put( *GetDfltAttr( (*pAttrs)[ n ] )); in ResetAttrs()
/trunk/main/unoxml/source/dom/
H A Delement.cxx57 comphelper::AttributeList *pAttrs = in saxify() local
73 pAttrs->AddAttribute(name, type, val); in saxify()
86 pAttrs->AddAttribute(name, type, val); in saxify()
92 Reference< XAttributeList > xAttrList(pAttrs); in saxify()
/trunk/main/sw/source/core/edit/
H A Dedatmisc.cxx42 void SwEditShell::ResetAttr( const SvUShortsSort* pAttrs ) in ResetAttr() argument
54 GetDoc()->ResetAttrs(*PCURCRSR, sal_True, pAttrs); in ResetAttr()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx228 sal_uInt16* pAttrs; member
234 QuickHelpData() : pAttrs( 0 ), pCETID( 0 ) { ClearCntnt(); } in QuickHelpData()
5571 if( pAttrs ) in Move()
5572 delete[] pAttrs; in Move()
5573 pAttrs = rCpy.pAttrs; in Move()
5574 rCpy.pAttrs = 0; in Move()
5586 delete[] pAttrs, pAttrs = 0; in ClearCntnt()
5593 if( pAttrs ) delete[] pAttrs, pAttrs = 0; in Start()
5617 pAttrs = new sal_uInt16[ nL ]; in Start()
5619 *(pAttrs + --n ) = EXTTEXTINPUT_ATTR_DOTTEDUNDERLINE | in Start()
[all …]
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1276 const ScPatternAttr* pAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteTextAttr() local
1310 aOldSetItem.GetItemSet().Put( pAttrs->GetItemSet(), sal_False ); in ExecuteTextAttr()
1337 aOldSetItem.GetItemSet().Put( pAttrs->GetItemSet(), sal_False ); in ExecuteTextAttr()
1375 pAttrs->GetItem( in ExecuteTextAttr()
1395 pAttrs->GetItem(ATTR_FONT_UNDERLINE)).GetLineStyle(); in ExecuteTextAttr()
1563 const ScPatternAttr* pAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteAttr() local
1564 sal_Bool bOld = ((const SfxBoolItem&)pAttrs->GetItem(ATTR_LINEBREAK)).GetValue(); in ExecuteAttr()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx433 …VerifySignatureElement, const uno::Reference< com::sun::star::xml::sax::XAttributeList >*, pAttrs ) in IMPL_LINK() argument
435 if ( !maStartVerifySignatureHdl.IsSet() || maStartVerifySignatureHdl.Call( (void*)pAttrs ) ) in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx64 pAttrs = NULL; in ImportInfo()
361 aImportInfo.pAttrs = &rSet; in SetAttrInDoc()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx698 const Type* pAttrs = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() local
699 return Sequence< Type >(pAttrs, aOwnTypes.size()); in getTypes()

Completed in 297 milliseconds

12