Home
last modified time | relevance | path

Searched refs:pAttr (Results 26 – 50 of 184) sorted by relevance

12345678

/trunk/main/sc/source/ui/miscdlgs/
H A Dtextdlgs.cxx51 ScCharDlg::ScCharDlg( Window* pParent, const SfxItemSet* pAttr, in ScCharDlg() argument
53 SfxTabDialog ( pParent, ScResId( RID_SCDLG_CHAR ), pAttr ), in ScCharDlg()
54 rOutAttrs ( *pAttr ), in ScCharDlg()
96 ScParagraphDlg::ScParagraphDlg( Window* pParent, const SfxItemSet* pAttr ) : in ScParagraphDlg() argument
97 SfxTabDialog ( pParent, ScResId( RID_SCDLG_PARAGRAPH ), pAttr ), in ScParagraphDlg()
98 rOutAttrs ( *pAttr ) in ScParagraphDlg()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx231 …_DLLPRIVATE ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const GraphicAttr* pAttr,
278 const GraphicAttr* pAttr, sal_uLong nFlags );
284 … const Size& rTileSizePixel, const GraphicAttr* pAttr,
288 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D );
293 const GraphicAttr* pAttr, sal_uLong nFlags );
349 const GraphicAttr* pAttr = NULL, sal_uLong nFlags = GRFMGR_DRAW_STANDARD) const;
382 Graphic GetTransformedGraphic( const GraphicAttr* pAttr = NULL ) const; // TODO: Change to Impl
426 const GraphicAttr* pAttr = NULL, sal_uLong nFlags = GRFMGR_DRAW_STANDARD );
467 const Size& rOffset, const GraphicAttr* pAttr = NULL,
471 const GraphicAttr* pAttr = NULL, sal_uLong nFlags = GRFMGR_DRAW_STANDARD,
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx724 const SwTxtAttr* pAttr; in lcl_SearchForward() local
734 if( rCmpArr.GetNdStt() < *pAttr->GetStart() ) in lcl_SearchForward()
738 pAttr->GetStart(), sal_True ); in lcl_SearchForward()
759 nSttPos = *pAttr->GetStart(); in lcl_SearchForward()
761 *( pAttr = rHtArr.GetStart( nPos ))->GetStart() && in lcl_SearchForward()
762 rCmpArr.SetAttrFwd( *pAttr ) ) in lcl_SearchForward()
798 const SwTxtAttr* pAttr; in lcl_SearchBackward() local
808 nSttPos = *pAttr->GetAnyEnd(); in lcl_SearchBackward()
837 nEndPos = *pAttr->GetAnyEnd(); in lcl_SearchBackward()
839 *( pAttr = rHtArr.GetEnd( nPos ))->GetAnyEnd() && in lcl_SearchBackward()
[all …]
/trunk/main/editeng/source/items/
H A Dparaitem.cxx295 pAttr->SetInterLineSpace( nInterSpace ); in Create()
296 pAttr->SetPropLineSpace( nPropSpace ); in Create()
297 pAttr->GetLineSpaceRule() = (SvxLineSpace)nRule; in Create()
299 return pAttr; in Create()
853 pAttr->GetMinLead() = _nMinLead; in Create()
854 pAttr->GetMinTrail() = _nMinTrail; in Create()
855 pAttr->GetMaxHyphens() = _nMaxHyphens; in Create()
856 return pAttr; in Create()
1217 SvxTabStopItem* pAttr = in Create() local
1227 pAttr->Insert( SvxTabStop in Create()
[all …]
H A Doptitems.cxx184 SfxHyphenRegionItem* pAttr = new SfxHyphenRegionItem( Which() ); in Create() local
185 pAttr->GetMinLead() = _nMinLead; in Create()
186 pAttr->GetMinTrail() = _nMinTrail; in Create()
187 return pAttr; in Create()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx633 SvMetaAttribute * pAttr = aAttrList.GetObject( i ); in ReadKnownAttr() local
634 if( pAttr->GetSlotId() == pTok->GetString() ) in ReadKnownAttr()
635 return pAttr; in ReadKnownAttr()
659 SvMetaAttribute * pAttr = aAttrList.GetObject( i ); in SearchKnownAttr() local
660 if( pAttr->GetSlotId() == rId ) in SearchKnownAttr()
661 return pAttr; in SearchKnownAttr()
966 SvMetaAttribute * pAttr = rAttrList.GetObject( n ); in WriteHelpIds() local
967 pAttr->WriteHelpId( *this, rOutStm, &aIdTable ); in WriteHelpIds()
988 void SvIdlDataBase::AppendAttr( SvMetaAttribute *pAttr ) in AppendAttr() argument
990 aAttrList.Append( pAttr ); in AppendAttr()
[all …]
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx298 const SfxPoolItem* pAttr = 0; in Reset() local
301 (const SfxPoolItem**)&pAttr )) in Reset()
303 const SvxGridItem* pGridAttr = (SvxGridItem*)pAttr; in Reset()
325 const SfxPoolItem* pAttr = NULL; in ActivatePage() local
327 (const SfxPoolItem**)&pAttr )) in ActivatePage()
329 const SvxGridItem* pGridAttr = (SvxGridItem*) pAttr; in ActivatePage()
340 (const SfxPoolItem**)&pAttr )) in ActivatePage()
342 const SfxUInt16Item* pItem = (SfxUInt16Item*) pAttr; in ActivatePage()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx196 if ( pAttr ) in InsertSwSection()
198 pFmt->SetFmtAttr( *pAttr ); in InsertSwSection()
355 if( GetFtnIdxs().Count() && pAttr ) in InsertSwSection()
357 sal_uInt16 nVal = ((SwFmtFtnAtTxtEnd&)pAttr->Get( in InsertSwSection()
362 pAttr->Get( RES_END_AT_TXTEND )).GetValue() ) || in InsertSwSection()
614 SfxItemSet const*const pAttr, bool const bPreventLinkUpdate) in UpdateSection() argument
626 if( pAttr && pAttr->Count() ) in UpdateSection()
628 SfxItemIter aIter( *pAttr ); in UpdateSection()
655 pFmt->SetFmtAttr( *pAttr ); in UpdateSection()
713 if( pAttr ) in UpdateSection()
[all …]
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx53 SfxItemSet* pAttr = 0; in lcl_GetAttrSet() local
62 pAttr = new SfxItemSet( rSect.GetFmt()->GetAttrSet() ); in lcl_GetAttrSet()
63 pAttr->ClearItem( RES_PROTECT ); in lcl_GetAttrSet()
64 pAttr->ClearItem( RES_CNTNT ); in lcl_GetAttrSet()
65 if( !pAttr->Count() ) in lcl_GetAttrSet()
66 delete pAttr, pAttr = 0; in lcl_GetAttrSet()
69 return pAttr; in lcl_GetAttrSet()
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx532 const utl::FontNameAttr* pAttr = utl::FontSubstConfiguration::get()->getSubstInfo( aOrgName ); in GetSubsFontName() local
533 if ( pAttr ) in GetSubsFontName()
541 if( nFlags & SUBSFONT_MS && pAttr->MSSubstitutions.size() ) in GetSubsFontName()
542 pVector = &pAttr->MSSubstitutions; in GetSubsFontName()
545 if( nFlags & SUBSFONT_PS && pAttr->PSSubstitutions.size() ) in GetSubsFontName()
546 pVector = &pAttr->PSSubstitutions; in GetSubsFontName()
549 if( nFlags & SUBSFONT_HTML && pAttr->HTMLSubstitutions.size() ) in GetSubsFontName()
550 pVector = &pAttr->HTMLSubstitutions; in GetSubsFontName()
/trunk/main/sax/source/tools/
H A Dfastattribs.cxx145 Attribute* pAttr = aSeq.getArray(); in getUnknownAttributes() local
147 (*attrIter).FillAttribute( pAttr++ ); in getUnknownAttributes()
153 FastAttribute* pAttr = aSeq.getArray(); in getFastAttributes() local
157 pAttr->Token = fastAttrIter->first; in getFastAttributes()
158 pAttr->Value = OStringToOUString( fastAttrIter->second, RTL_TEXTENCODING_UTF8 ); in getFastAttributes()
159 pAttr++; in getFastAttributes()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx811 const ScPatternAttr* pAttr = pDoc->GetPattern( nCol, nRow, nTab ); in WriteCell() local
836 sal_uLong nFormat = pAttr->GetNumberFormat( pFormatter ); in WriteCell()
922 const SvxFontItem& rFontItem = (const SvxFontItem&) pAttr->GetItem( in WriteCell()
927 pAttr->GetItem( ScGlobal::GetScriptedWhichID( nScriptType, in WriteCell()
930 const SvxWeightItem& rWeightItem = (const SvxWeightItem&) pAttr->GetItem( in WriteCell()
935 pAttr->GetItem( ScGlobal::GetScriptedWhichID( nScriptType, in WriteCell()
939 pAttr->GetItem( ATTR_FONT_UNDERLINE, pCondItemSet ); in WriteCell()
941 const SvxColorItem& rColorItem = (const SvxColorItem&) pAttr->GetItem( in WriteCell()
945 pAttr->GetItem( ATTR_HOR_JUSTIFY, pCondItemSet ); in WriteCell()
948 pAttr->GetItem( ATTR_VER_JUSTIFY, pCondItemSet ); in WriteCell()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1992 CharAttr *pAttr; in FillItemSet() local
2010 aInsertedAttr.nItemId = pAttr->nItemId; in FillItemSet()
2011 aInsertedAttr.nAttr = pAttr->nAttr; in FillItemSet()
2036 aDeletedAttr.nItemId = pAttr->nItemId; in FillItemSet()
2037 aDeletedAttr.nAttr = pAttr->nAttr; in FillItemSet()
2062 aChangedAttr.nItemId = pAttr->nItemId; in FillItemSet()
2063 aChangedAttr.nAttr = pAttr->nAttr; in FillItemSet()
2301 switch (pAttr->nItemId) in IMPL_LINK()
2304 rFont.SetWeight( ( FontWeight ) pAttr->nAttr ); in IMPL_LINK()
2309 rFont.SetItalic( ( FontItalic ) pAttr->nAttr ); in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx154 sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula(); in RequestHelp()
161 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() ) in RequestHelp()
172 sTxt = ((SfxStringItem*)aCntntAtPos.aFnd.pAttr)->GetValue(); in RequestHelp()
246 if( aCntntAtPos.pFndTxtAttr && aCntntAtPos.aFnd.pAttr ) in RequestHelp()
248 const SwFmtFtn* pFtn = (SwFmtFtn*)aCntntAtPos.aFnd.pAttr; in RequestHelp()
276 if(aCntntAtPos.aFnd.pAttr) in RequestHelp()
280 sTxt += ((const SwFmtRefMark*)aCntntAtPos.aFnd.pAttr)->GetRefName(); in RequestHelp()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx314 while ( pAttr && ( pAttr->GetStart() <= nIndex ) ) in lcl_FindValidAttribs()
317 if ( pAttr->GetEnd() > nIndex ) in lcl_FindValidAttribs()
320 rLst.Insert( pAttr->GetItem(), LIST_APPEND ); in lcl_FindValidAttribs()
1117 while ( pAttr ) in CreateBinTextObject()
1121 ( ( pAttr->GetEnd() > nStartPos ) && ( pAttr->GetStart() < nEndPos ) ) ) in CreateBinTextObject()
1123 …XEditAttribute* pX = pTxtObj->CreateAttrib( *pAttr->GetItem(), pAttr->GetStart(), pAttr->GetEnd() … in CreateBinTextObject()
1300 EditCharAttrib* pAttr; in InsertBinTextObject() local
1312 if ( pAttr->Which() == EE_FEATURE_FIELD ) in InsertBinTextObject()
1436 if ( pAttr ) in GetLanguage()
1439 if ( pEndPos && pAttr && ( pAttr->GetEnd() < *pEndPos ) ) in GetLanguage()
[all …]
H A Dimpedit3.cxx1792 …if ( pAttr->IsFeature() && ( pAttr->GetEnd() > nMinBreakPos ) && ( pAttr->GetEnd() <= nMaxBreakPos… in ImpBreakLine()
1794 nMinBreakPos = pAttr->GetEnd(); in ImpBreakLine()
3169 DBG_ASSERT( pAttr, "Feld nicht gefunden" ); in Paint()
3170 DBG_ASSERT( pAttr && pAttr->GetItem()->ISA( SvxFieldItem ), "Feld vom falschen Typ!" ); in Paint()
3521 DBG_ASSERT( pAttr, "Feld nicht gefunden" ); in Paint()
3522 DBG_ASSERT( pAttr && pAttr->GetItem()->ISA( SvxFieldItem ), "Feld vom falschen Typ!" ); in Paint()
4328 EditCharAttrib* pAttr = rAttribs[nAttr]; in DoStretchChars() local
4329 if ( pAttr->GetStart() >= nLastEnd ) in DoStretchChars()
4331 sal_uInt16 nWhich = pAttr->Which(); in DoStretchChars()
4375 EditPaM( pNode, pAttr->GetEnd() ) ), _aTmpSet ); in DoStretchChars()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx140 OOperandAttr* pAttr = PTR_CAST(OOperandAttr,(*aIter)); in bindRow() local
141 if (pAttr) in bindRow()
143 if (pAttr->isIndexed() && !m_aCompiler->hasORCondition()) in bindRow()
149 pEvaluateSet = pAttr->preProcess(PTR_CAST(OBoolOperator,pCode2), PTR_CAST(OOperand,pCode1)); in bindRow()
151 pEvaluateSet = pAttr->preProcess(PTR_CAST(OBoolOperator,pCode1)); in bindRow()
159 pAttr->bindValue(_pRow); in bindRow()
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx188 …virtual SfxAbstractTabDialog* CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pAttr, …
189 …virtual SfxAbstractTabDialog* CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pAttr, …
197 …alog* CreateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView…
198 … SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAttr ) = 0;
203 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx260 …virtual SfxAbstractTabDialog* CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pAttr, …
261 …virtual SfxAbstractTabDialog* CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pAttr, …
269 …alog* CreateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView…
270 …tual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAttr );
275 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
H A Ddlgolbul.cxx72 const SfxItemSet* pAttr, in OutlineBulletDlg() argument
75 aInputSet ( *pAttr ), in OutlineBulletDlg()
82 aInputSet.Put( *pAttr ); in OutlineBulletDlg()
84 pOutputSet = new SfxItemSet( *pAttr ); in OutlineBulletDlg()
H A Ddlgchar.cxx48 SdCharDlg::SdCharDlg( Window* pParent, const SfxItemSet* pAttr, in SdCharDlg() argument
50 SfxTabDialog ( pParent, SdResId( TAB_CHAR ), pAttr ), in SdCharDlg()
51 rOutAttrs ( *pAttr ), in SdCharDlg()
/trunk/main/idl/source/objects/
H A Dslot.cxx931 SvMetaAttribute * pAttr = rBase.ReadKnownAttr( rInStm, GetType() ); in ReadSvIdl() local
932 if( pAttr ) in ReadSvIdl()
935 SvMetaSlot * pKnownSlot = PTR_CAST( SvMetaSlot, pAttr ); in ReadSvIdl()
945 aStr += pAttr->GetName(); in ReadSvIdl()
1122 if( pAttr->GetSlotId() == aSId ) in Insert()
1124 SvMetaSlot* pSlot = PTR_CAST( SvMetaSlot, pAttr ); in Insert()
1797 SvMetaAttribute* pAttr = pList->First(); in WriteCSV() local
1798 while( pAttr ) in WriteCSV()
1800 pAttr->WriteCSV( rBase, rStrm ); in WriteCSV()
1801 pAttr = pList->Next(); in WriteCSV()
[all …]
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1383 const SfxItemSet* pAttr, in CreateSvxTransformTabDialog() argument
1387 SvxTransformTabDialog* pDlg = new SvxTransformTabDialog( pParent, pAttr,pView, nAnchorTypes); in CreateSvxTransformTabDialog()
1392 const SfxItemSet* pAttr, in CreateSchTransformTabDialog() argument
1403 …pDlg = new SvxTransformTabDialog( pParent, pAttr,pSdrView, bSizeTabPage ? SVX_OBJ_NOPROTECT : SVX… in CreateSchTransformTabDialog()
1410 …pDlg = new SvxTransformTabDialog( pParent, pAttr,pSdrView, bSizeTabPage ? SVX_OBJ_NOPROTECT : SV… in CreateSchTransformTabDialog()
1616 const SfxItemSet* pAttr, in CreateSvxAreaTabDialog() argument
1620 SvxAreaTabDialog* pDlg = new SvxAreaTabDialog( pParent, pAttr, pModel, bShadow ); in CreateSvxAreaTabDialog()
1624 …gFactory_Impl::CreateSvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr, //add forSvxLineT… in CreateSvxLineTabDialog() argument
1629 SfxTabDialog* pDlg = new SvxLineTabDialog( pParent, pAttr, pModel,pObj,bHasObj ); in CreateSvxLineTabDialog()
1945 …tory_Impl::CreateSvxFormatCellsDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel,… in CreateSvxFormatCellsDialog() argument
[all …]
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx187 const SwTxtAttr& rAttr = *rCreate.pAttr; in SwRotatedPortion()
308 const SwTxtAttr& rAttr = *rCreate.pAttr; in SwDoubleLinePortion()
624 const SwFmtRuby& rRuby = rCreate.pAttr->GetRuby(); in SwRubyPortion()
928 pRet->pAttr = NULL; in GetMultiCreator()
998 pRet->pAttr = pRuby; in GetMultiCreator()
1020 pRet->pAttr = (*pHints)[n2Lines]; in GetMultiCreator()
1021 aEnd.push_front( *pRet->pAttr->End() ); in GetMultiCreator()
1034 pRet->pAttr = NULL; in GetMultiCreator()
1194 pRet->pAttr = (*pHints)[nRotate]; in GetMultiCreator()
1195 aEnd.push_front( *pRet->pAttr->End() ); in GetMultiCreator()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2021 const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplRenderTempTile() argument
2064 const Size& rTileSizePixel, const GraphicAttr* pAttr, in ImplRenderTileRecursive() argument
2102 rTileSizePixel, pAttr, nFlags, aTileInfo ) ) in ImplRenderTileRecursive()
2134 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2155 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2215 … else if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2268 nNumTilesInCacheY, rSizePixel, pAttr, nFlags ) ) in ImplDrawTiled()
2283 … nNumTilesInCacheY, rSizePixel, pAttr, nFlags ) ) in ImplDrawTiled()
2299 rOffset, pAttr, nFlags, nTileCacheSize1D ); in ImplDrawTiled()
2339 rSizePixel, pAttr, nFlags ); in ImplDrawTiled()
[all …]

Completed in 506 milliseconds

12345678