Home
last modified time | relevance | path

Searched refs:pElement (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx39pElement->pLineBundle = (LineBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
78pElement->pMarkerBundle = (MarkerBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPreci… in ImplDoClass5()
115pElement->pTextBundle = (TextBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
146pElement->aTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRea… in ImplDoClass5()
152pElement->pTextBundle->nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nReal… in ImplDoClass5()
154pElement->aTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealS… in ImplDoClass5()
170pElement->nCharacterHeight = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5()
209 pElement->nTextAlignmentHCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5()
210 pElement->nTextAlignmentVCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5()
220pElement->pFillBundle = (FillBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
[all …]
H A Dclass2.cxx46 pElement->nScalingFactor = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
121 pElement->nDeviceViewPortScale = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
155 aTempLineBundle.nLineWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
157 pElement->InsertBundle( pElement->aLineList, aTempLineBundle ); in ImplDoClass2()
165 aTempMarkerBundle.nMarkerSize = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
167 pElement->InsertBundle( pElement->aMarkerList, aTempMarkerBundle ); in ImplDoClass2()
176 … aTempTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
179 pElement->InsertBundle( pElement->aTextList, aTempTextBundle ); in ImplDoClass2()
190 pElement->InsertBundle( pElement->aFillList, aTempFillBundle ); in ImplDoClass2()
198 aTempEdgeBundle.nEdgeWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
[all …]
H A Dcgm.cxx171 delete pElement; in ~CGM()
179 return ( pElement ) ? pElement->aColorTable[ 0 ] : 0; in GetBackGroundColor()
446 rFloatRect.Left = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
447 rFloatRect.Bottom = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
448 rFloatRect.Right = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
449 rFloatRect.Top = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
463 sal_uInt32 nDiff = pElement->nColorValueExtent[ 3 ] - pElement->nColorValueExtent[ 0 ] + 1; in ImplGetBitmapColor()
471 nDiff = pElement->nColorValueExtent[ 4 ] - pElement->nColorValueExtent[ 1 ] + 1; in ImplGetBitmapColor()
478 nDiff = pElement->nColorValueExtent[ 5 ] - pElement->nColorValueExtent[ 2 ] + 1; in ImplGetBitmapColor()
498 mnVDCdx = pElement->aVDCExtent.Right - pElement->aVDCExtent.Left; in ImplSetMapMode()
[all …]
H A Dclass1.cxx39 pElement->nMetaFileVersion = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
74 pElement->eRealPrecision = RP_FLOAT; in ImplDoClass1()
80 pElement->nRealSize = 4; in ImplDoClass1()
85 pElement->nRealSize = 8; in ImplDoClass1()
93 pElement->eRealPrecision = RP_FIXED; in ImplDoClass1()
97 pElement->nRealSize = 4; in ImplDoClass1()
99 pElement->nRealSize = 8; in ImplDoClass1()
149 pElement->nColorMaximumIndex = ImplGetUI( pElement->nColorIndexPrecision ); in ImplDoClass1()
150 if ( ( pElement->nColorMaximumIndex > 256 /*255*/ ) || ( pElement->nColorMaximumIndex == 0 ) ) in ImplDoClass1()
156 if ( pElement->eColorModel == CM_RGB ) in ImplDoClass1()
[all …]
H A Dactimpr.cxx151 nLineColor = mpCGM->pElement->aLineBundle.GetColor(); in ImplSetLineBundle()
153 eLineType = mpCGM->pElement->pLineBundle->eLineType; in ImplSetLineBundle()
155 eLineType = mpCGM->pElement->aLineBundle.eLineType; in ImplSetLineBundle()
213 if ( mpCGM->pElement->eEdgeVisibility == EV_ON ) in ImplSetFillBundle()
218 eEdgeType = mpCGM->pElement->aEdgeBundle.eEdgeType; in ImplSetFillBundle()
270 if ( mpCGM->pElement->eTransparency == T_ON ) in ImplSetFillBundle()
271 nFillColor = mpCGM->pElement->nAuxiliaryColor; in ImplSetFillBundle()
430 if ( mpCGM->pElement->eUnderlineMode != UM_OFF ) in ImplSetTextBundle()
830 switch ( mpCGM->pElement->eTextAlignmentV ) in DrawText()
889 switch ( mpCGM->pElement->eTextAlignmentH ) in DrawText()
[all …]
H A Dclass3.cxx40 switch( ImplGetI( pElement->nIntegerPrecision ) ) in ImplDoClass3()
56 pElement->eVDCRealPrecision = RP_FLOAT; in ImplDoClass3()
62 pElement->nVDCRealSize = 4; in ImplDoClass3()
67 pElement->nVDCRealSize = 8; in ImplDoClass3()
75 pElement->eVDCRealPrecision = RP_FIXED; in ImplDoClass3()
79 pElement->nVDCRealSize = 4; in ImplDoClass3()
81 pElement->nVDCRealSize = 8; in ImplDoClass3()
92 pElement->nAuxiliaryColor = ImplGetBitmapColor(); in ImplDoClass3()
100 case 1 : pElement->eTransparency = T_ON; break; in ImplDoClass3()
106 ImplGetRectangle( pElement->aClipRect ); in ImplDoClass3()
[all …]
H A Dclass4.cxx62 if ( pElement->eVDCType == VDC_REAL ) in ImplGetVector()
66 pVector[ i ] = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetVector()
218 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
220 dx = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4()
221 dy = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4()
362 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
363 aRadius.X = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4()
520 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
522 aRadius.X = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4()
573 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
[all …]
H A Dclassx.cxx37 case 1 : pElement->eUnderlineMode = UM_LOW; break; \
38 case 2 : pElement->eUnderlineMode = UM_HIGH; break; \
39 case 4 : pElement->eUnderlineMode = UM_STRIKEOUT; break;\
40 case 8 : pElement->eUnderlineMode = UM_OVERSCORE; break;\
41 default: pElement->eUnderlineMode = UM_OFF; break; \
43 pElement->nUnderlineColor = ImplGetBitmapColor();
53 long nIdentifier = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass6()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2107 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2165 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2219 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2416 … if ( pElement->IsLoaded() && pElement->GetContentType() != pElement->GetOriginalContentType() )
2632 pElement->m_aName = pElement->m_aOriginalName;
2829 if ( pElement->m_aName == rName && !pElement->m_bIsRemoved )
2939 if ( pElement && !pElement->m_bIsFolder )
3134 pElement->m_bIsStorage = pElement->m_bIsFolder = sal_True;
3170 return ( pElement && pElement->m_bIsStorage );
3179 return ( pElement && !pElement->m_bIsStorage );
[all …]
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx341 if ( pElement->GetAttributeList()) in Write()
353 if ( !pElement->GetChildList()) in Write()
407 if ( pElement->GetAttributeList()) in Print()
417 if ( !pElement->GetChildList()) in Print()
529 Print( pElement , 0 ); in InsertL10NElement()
536 (*elem)[ language ]=pElement; in InsertL10NElement()
546 (*elem)[ language ]=pElement; in InsertL10NElement()
643 if ( pElement->GetAttributeList()){ in SearchL10NElements()
667 InsertL10NElement(pElement); in SearchL10NElements()
1140 pCurNode = pElement; in StartElement()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx76 pElement = new sal_uInt16[ nElement ]; in TokenPool()
124 delete[] pElement; in ~TokenPool()
313 pElementNew[ nL ] = pElement[ nL ]; in GrowElement()
320 delete[] pElement; in GrowElement()
323 pElement = pElementNew; in GrowElement()
458 pScToken->AddName( pElement[ nId ] ); in GetElement()
571 sal_uInt16 nFirstId = pElement[ nId ]; in GetElementRek()
715 pElement[ nElementAkt ] = nP_RefTrAkt; in Store()
740 pElement[ nElementAkt ] = nP_RefTrAkt; in Store()
771 pElement[ nElementAkt ] = nP_ExtAkt; in Store()
[all …]
/trunk/main/package/source/xstor/
H A Dxstorage.cxx1651 if ( !pElement ) in RemoveElement()
2222 return pElement; in OpenStreamElement_Impl()
3075 if ( !pElement ) in isStreamElement()
3144 if ( !pElement ) in isStorageElement()
3183 if ( !pElement ) in removeElement()
3282 if ( !pElement ) in renameElement()
3386 if ( !pElement ) in copyElementTo()
3493 if ( !pElement ) in moveElementTo()
3806 if ( !pElement ) in getPlainRawStreamElement()
4041 if ( pElement ) in insertRawEncrStreamElement()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx223 static void MyCGPathApplierFunc( void* pData, const CGPathElement* pElement ) in MyCGPathApplierFunc() argument
228 switch( pElement->type ) in MyCGPathApplierFunc()
237 if( pElement->type != kCGPathElementMoveToPoint ) in MyCGPathApplierFunc()
240 rPolygon.append( basegfx::B2DPoint( +pElement->points[0].x, -pElement->points[0].y ) ); in MyCGPathApplierFunc()
243 rPolygon.append( basegfx::B2DPoint( +pElement->points[2].x, -pElement->points[2].y ) ); in MyCGPathApplierFunc()
244 …rPolygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->… in MyCGPathApplierFunc()
245 …rPolygon.setPrevControlPoint( nPointCount+0, basegfx::B2DPoint( pElement->points[1].x, -pElement->… in MyCGPathApplierFunc()
250 (aStartPt.getY() - 2 * pElement->points[0].y) / 3.0 ); in MyCGPathApplierFunc()
251 const basegfx::B2DPoint aCtrPt2( (+2 * +pElement->points[0].x + pElement->points[1].x) / 3.0, in MyCGPathApplierFunc()
252 (-2 * pElement->points[0].y - pElement->points[1].y) / 3.0 ); in MyCGPathApplierFunc()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Duniref.hxx59 inline UniReference( T * pElement );
64 inline UniReference< T > & operator = ( T * pElement );
142 inline UniReference< T >::UniReference( T * pElement ) in UniReference() argument
143 : mpElement( pElement ) in UniReference()
154 inline UniReference< T > & UniReference< T >::operator = ( T * pElement ) in operator =() argument
156 if( pElement ) in operator =()
157 pElement->acquire(); in operator =()
161 mpElement = pElement; in operator =()
/trunk/main/idl/source/cmptools/
H A Dhash.cxx86 sal_Bool SvHashTable::Test_Insert( const void * pElement, sal_Bool bInsert, in Test_Insert() argument
96 nHash = HashFunc( pElement ); in Test_Insert()
105 if( COMPARE_EQUAL == Compare( pElement, nIndex ) ) in Test_Insert()
191 sal_uInt32 SvStringHashTable::HashFunc( const void * pElement ) const in HashFunc()
194 const char * pStr = ((const ByteString * )pElement)->GetBuffer(); in HashFunc()
302 StringCompare SvStringHashTable::Compare( const void * pElement, in Compare() argument
305 return ((const ByteString *)pElement)->CompareTo( pEntries[ nIndex ].GetName() ); in Compare()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx832 ::rtl::Reference<Element> pElement; in ProcessEntry()
834 pElement = Button::Create(this); in ProcessEntry()
836 pElement = CurrentTimeLabel::Create(this); in ProcessEntry()
851 if (pElement.is()) in ProcessEntry()
854 pElement->UpdateState(); in ProcessEntry()
1688 pElement->Initialize(); in Create()
1689 return ::rtl::Reference<Element>(pElement.get()); in Create()
2191 pElement->ConnectToTimer(); in Create()
2192 return ::rtl::Reference<Element>(pElement.get()); in Create()
2243 pElement->ConnectToTimer(); in Create()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx60 void registerElement( SvpElement* pElement ) { m_aElements.push_back(pElement); } in registerElement() argument
61 void deregisterElement( SvpElement* pElement ) { m_aElements.remove(pElement); } in deregisterElement() argument
196 SvpElement* pElement = reinterpret_cast<SvpElement*>(aId); in IMPL_LINK() local
200 if( *it == pElement ) in IMPL_LINK()
202 const basebmp::BitmapDeviceSharedPtr& rDevice = pElement->getDevice(); in IMPL_LINK()
/trunk/main/comphelper/inc/comphelper/
H A Dbasicio.hxx76 ELEMENT* pElement = _rSeq.getArray(); in operator >>() local
77 for (sal_Int32 i=0; i<nLen; ++i, ++pElement) in operator >>()
78 _rxInStream >> *pElement; in operator >>()
90 const ELEMENT* pElement = _rSeq.getConstArray(); in operator <<() local
91 for (sal_Int32 i = 0; i < nLen; ++i, ++pElement) in operator <<()
92 _rxOutStream << *pElement; in operator <<()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx168 ElementConfigPtr pElement; in startElement() local
177 pElement = importAtomConfig( xAttribs, true ); in startElement()
181 pElement = importAtomConfig( xAttribs, false ); in startElement()
185 pElement = importElementConfig( xAttribs ); in startElement()
189 pElement = importValueElementConfig( xAttribs ); in startElement()
193 pElement = importSwitchConfig( xAttribs ); in startElement()
197 pElement = importCaseConfig( xAttribs ); in startElement()
200 if( !pElement.get() ) in startElement()
207 maElementStack.push( pElement ); in startElement()
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject1.cxx52 void ObjectContainer1::releaseElement(Object1 * pElement) SAL_THROW(()) in releaseElement() argument
54 OSL_ASSERT(pElement); in releaseElement()
58 if (osl_decrementInterlockedCount(&pElement->m_nRefCount) == 0) in releaseElement()
60 m_aMap.erase(pElement->m_aContainerIt); in releaseElement()
65 delete pElement; in releaseElement()
H A Dcachemapobject3.cxx61 void ObjectContainer3::releaseElement(Object3 * pElement) SAL_THROW(()) in releaseElement() argument
63 OSL_ASSERT(pElement); in releaseElement()
65 if (pElement->m_aContainerIt != m_aMap.end()) in releaseElement()
66 m_aMap.erase(pElement->m_aContainerIt); in releaseElement()
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx712 GstElement* pElement, in implHandleNewElementFunc() argument
715 if( pElement ) in implHandleNewElementFunc()
718 gchar* pElementName = gst_element_get_name( pElement ); in implHandleNewElementFunc()
727 if( GST_IS_BIN( pElement ) ) in implHandleNewElementFunc()
730 g_signal_connect( GST_BIN( pElement ), "element-added", in implHandleNewElementFunc()
735 g_signal_connect( pElement, "pad-added", in implHandleNewElementFunc()
741 void Player::implHandleNewPadFunc( GstElement* pElement, in implHandleNewPadFunc() argument
747 if( pPlayer && pElement && pPad ) in implHandleNewPadFunc()
750 gchar* pElementName = gst_element_get_name( pElement ); in implHandleNewPadFunc()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx111 …XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xNodTunnel->getSomething… in generate() local
112 if( pElement == NULL ) { in generate()
116 pNode = pElement->getNativeElement() ; in generate()
210 …XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xNodTunnel->getSomething… in validate() local
211 if( pElement == NULL ) in validate()
214 pNode = pElement->getNativeElement() ; in validate()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx108 XMLElementWrapper_XmlSecImpl* pElement = in generate() local
112 if( pElement == NULL ) { in generate()
116 pNode = pElement->getNativeElement() ; in generate()
216 XMLElementWrapper_XmlSecImpl* pElement = in validate() local
220 if( pElement == NULL ) in validate()
223 pNode = pElement->getNativeElement() ; in validate()
/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx168 sal_Bool SwpHtStart::Seek_Entry( const SwTxtAttr *pElement, sal_uInt16 *pPos ) const in Seek_Entry() argument
178 if( IsEqual( *pMitte, *pElement ) ) in Seek_Entry()
184 if( lcl_IsLessStart( *pMitte, *pElement ) ) in Seek_Entry()
204 sal_Bool SwpHtEnd::Seek_Entry( const SwTxtAttr *pElement, sal_uInt16 *pPos ) const in Seek_Entry() argument
214 if( IsEqual( *pMitte, *pElement ) ) in Seek_Entry()
220 if( lcl_IsLessEnd( *pMitte, *pElement ) ) in Seek_Entry()

Completed in 168 milliseconds

123