Home
last modified time | relevance | path

Searched refs:pAttrs (Results 1 – 25 of 36) sorted by last modified time

12

/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/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2738 OLECHAR pAttrs[512] = {NULL}; in get_OLECHARFromAny() local
2761 swprintf( pAttrs, L"%s,%s,%s,",pAttrsPosition,pAttrsDescimalChar,pAttrsFillChar); in get_OLECHARFromAny()
2763 wcscat(pChar,pAttrs); in get_OLECHARFromAny()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1012 const ScPatternAttr* pAttrs = in GetSelectionFrame() local
1017 rLineOuter = (const SvxBoxItem&) (pAttrs->GetItem( ATTR_BORDER )); in GetSelectionFrame()
1018 rLineInner = (const SvxBoxInfoItem&)(pAttrs->GetItem( ATTR_BORDER_INNER )); in GetSelectionFrame()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx549 aImportInfo.pAttrs = (void*)&rItems; in ImpSetAttribs()
H A Deertfpar.cxx64 pAttrs = NULL; in ImportInfo()
361 aImportInfo.pAttrs = &rSet; in SetAttrInDoc()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx258 void* pAttrs; // RTF: SvxRTFItemStackType*, HTML: SfxItemSet* member
/trunk/main/sw/source/core/layout/
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 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()
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 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 Dflyincnt.cxx170 void SwFlyInCntFrm::Format( const SwBorderAttrs *pAttrs ) in Format() argument
182 SwFlyFrm::Format( pAttrs ); 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()
/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/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/vcl/unx/gtk/window/
H A Dgtkframe.cxx3629 PangoAttrList* pAttrs = NULL; in signalIMPreeditChanged() local
3634 &pAttrs, in signalIMPreeditChanged()
3660 PangoAttrIterator *iter = pango_attr_list_get_iterator (pAttrs); in signalIMPreeditChanged()
3711 pango_attr_list_unref( pAttrs ); in signalIMPreeditChanged()
/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/inc/
H A Drowfrm.hxx35 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dsectfrm.hxx57 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dtabfrm.hxx106 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dtxtfrm.hxx446 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dframe.hxx662 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
H A Dftnfrm.hxx48 virtual void Format( const SwBorderAttrs *pAttrs = 0 );
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 Dlayfrm.hxx54 virtual void Format( const SwBorderAttrs *pAttrs = 0 );

Completed in 223 milliseconds

12