| /AOO42X/main/filter/source/graphicfilter/icgm/ |
| H A D | class5.cxx | 39 …pElement->pLineBundle = (LineBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5() 43 if ( pElement->nAspectSourceFlags & ASF_LINETYPE ) in ImplDoClass5() 44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5() 46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5() 52 if ( pElement->eLineWidthSpecMode == SM_ABSOLUTE ) in ImplDoClass5() 54 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5() 55 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5() 62 …nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scalin… in ImplDoClass5() 64 ( pElement->nAspectSourceFlags & ASF_LINEWIDTH ) in ImplDoClass5() [all …]
|
| H A D | class2.cxx | 42 case 0 : pElement->eScalingMode = SM_ABSTRACT; break; in ImplDoClass2() 43 case 1 : pElement->eScalingMode = SM_METRIC; break; in ImplDoClass2() 46 … pElement->nScalingFactor = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 56 case 0 : pElement->eColorSelectionMode = CSM_INDEXED; break; in ImplDoClass2() 57 case 1 : pElement->eColorSelectionMode = CSM_DIRECT; break; in ImplDoClass2() 67 case 0 : pElement->eLineWidthSpecMode = SM_ABSOLUTE; break; in ImplDoClass2() 68 case 1 : pElement->eLineWidthSpecMode = SM_SCALED; break; in ImplDoClass2() 78 case 0 : pElement->eMarkerSizeSpecMode = SM_ABSOLUTE; break; in ImplDoClass2() 79 case 1 : pElement->eMarkerSizeSpecMode = SM_SCALED; break; in ImplDoClass2() 89 case 0 : pElement->eEdgeWidthSpecMode = SM_ABSOLUTE; break; in ImplDoClass2() [all …]
|
| H A D | cgm.cxx | 56 pElement = new CGMElements( *this ); in ImplCGMInit() 171 delete pElement; in ~CGM() 179 return ( pElement ) ? pElement->aColorTable[ 0 ] : 0; in GetBackGroundColor() 353 if ( pElement->eVDCType == VDC_INTEGER ) in ImplGetPointSize() 354 return pElement->nVDCIntegerPrecision << 1; in ImplGetPointSize() 356 return pElement->nVDCRealSize << 1; in ImplGetPointSize() 363 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCXadd ) * mnVDCXmul ); in ImplGetIX() 370 …return ( ( ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ) + mnVDCXadd ) * mnV… in ImplGetFX() 377 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCYadd ) * mnVDCYmul ); in ImplGetIY() 384 …return ( ( ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ) + mnVDCYadd ) * mnV… in ImplGetFY() [all …]
|
| H A D | class1.cxx | 39 pElement->nMetaFileVersion = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1() 47 case 0 : pElement->eVDCType = VDC_INTEGER; break; in ImplDoClass1() 48 case 1 : pElement->eVDCType = VDC_REAL; break; in ImplDoClass1() 55 nInteger = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1() 61 case 8 : pElement->nIntegerPrecision = nInteger >> 3; break; in ImplDoClass1() 69 nI0 = ImplGetI( pElement->nIntegerPrecision ); // exponent in ImplDoClass1() 70 nI1 = ImplGetI( pElement->nIntegerPrecision ); // mantisse in ImplDoClass1() 74 pElement->eRealPrecision = RP_FLOAT; in ImplDoClass1() 80 pElement->nRealSize = 4; in ImplDoClass1() 85 pElement->nRealSize = 8; in ImplDoClass1() [all …]
|
| H A D | actimpr.cxx | 148 if ( mpCGM->pElement->nAspectSourceFlags & ASF_LINECOLOR ) in ImplSetLineBundle() 149 nLineColor = mpCGM->pElement->pLineBundle->GetColor(); in ImplSetLineBundle() 151 nLineColor = mpCGM->pElement->aLineBundle.GetColor(); in ImplSetLineBundle() 152 if ( mpCGM->pElement->nAspectSourceFlags & ASF_LINETYPE ) in ImplSetLineBundle() 153 eLineType = mpCGM->pElement->pLineBundle->eLineType; in ImplSetLineBundle() 155 eLineType = mpCGM->pElement->aLineBundle.eLineType; in ImplSetLineBundle() 156 if ( mpCGM->pElement->nAspectSourceFlags & ASF_LINEWIDTH ) in ImplSetLineBundle() 157 fLineWidth = mpCGM->pElement->pLineBundle->nLineWidth; in ImplSetLineBundle() 159 fLineWidth = mpCGM->pElement->aLineBundle.nLineWidth; in ImplSetLineBundle() 213 if ( mpCGM->pElement->eEdgeVisibility == EV_ON ) in ImplSetFillBundle() [all …]
|
| H A D | class3.cxx | 40 switch( ImplGetI( pElement->nIntegerPrecision ) ) in ImplDoClass3() 42 case 16 : pElement->nVDCIntegerPrecision = 2; break; in ImplDoClass3() 43 case 32 : pElement->nVDCIntegerPrecision = 4; break; in ImplDoClass3() 51 nI0 = ImplGetI( pElement->nIntegerPrecision ); // exponent in ImplDoClass3() 52 nI1 = ImplGetI( pElement->nIntegerPrecision ); // mantisse 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() [all …]
|
| H A D | class4.cxx | 60 if ( pElement->eVDCType == VDC_REAL ) in ImplGetVector() 64 … pVector[ i ] = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetVector() 71 pVector[ i ] = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetVector() 216 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4() 218 dx = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 219 dy = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 223 dx = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4() 224 dy = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4() 335 ImplGetI( pElement->nIntegerPrecision ); //-Wall is this needed in ImplDoClass4() 336 ImplGetUI( pElement->nIntegerPrecision ); //-Wall is this needed in ImplDoClass4() [all …]
|
| H A D | classx.cxx | 37 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()
|
| H A D | class0.cxx | 64 *pCopyOfE = *pElement; in ImplDoClass0() 90 *pElement = *pCopyOfE; in ImplDoClass0() 98 pElement->bSegmentCount = sal_True; in ImplDoClass0() 101 pElement->bSegmentCount = sal_True; in ImplDoClass0()
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 552 …UCBStorage_Impl* OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_B… 2012 …UCBStorageElement_Impl* pElement = new UCBStorageElement_Impl( aTitle, bIsFolder, (sal_uLong) nSiz… local 2013 m_aChildrenList.Insert( pElement, LIST_APPEND ); 2019 OpenStorage( pElement, m_nMode, m_bDirect ); 2020 if ( pElement->m_xStorage.Is() ) 2021 pElement->m_xStorage->Init(); 2043 pElement->m_bIsStorage = sal_True; 2047 OpenStream( pElement, STREAM_STD_READ, m_bDirect ); 2048 if ( Storage::IsStorageFile( pElement->m_xStream ) ) 2049 pElement->m_bIsStorage = sal_True; [all …]
|
| /AOO42X/main/l10ntools/source/ |
| H A D | xmlparse.cxx | 338 XMLElement *pElement = ( XMLElement * ) pCur; in Write() local 340 WriteString( rStream, pElement->GetName()); in Write() 341 if ( pElement->GetAttributeList()) in Write() 342 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ) { in Write() 344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write() 348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write() 353 if ( !pElement->GetChildList()) in Write() 357 for ( sal_uLong k = 0; k < pElement->GetChildList()->Count(); k++ ) in Write() 358 Write( rStream, pElement->GetChildList()->GetObject( k )); in Write() 360 WriteString( rStream, pElement->GetName()); in Write() [all …]
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | tokstack.cxx | 76 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() 404 sal_uInt16 n = pElement[ nId ]; in GetElement() 414 sal_uInt16 n = pElement[ nId ]; in GetElement() 425 sal_uInt16 n = pElement[ nId ]; in GetElement() 435 sal_uInt16 n = pElement[ nId ]; in GetElement() 445 sal_uInt16 n = pElement[ nId ]; in GetElement() [all …]
|
| /AOO42X/main/package/source/xstor/ |
| H A D | xstorage.cxx | 794 void OStorage_Impl::CopyStorageElement( SotElement_Impl* pElement, in CopyStorageElement() argument 809 && !( pElement->m_bIsStorage && xDest->isStorageElement( aName ) ) ) in CopyStorageElement() 812 if ( pElement->m_bIsStorage ) in CopyStorageElement() 820 if ( !pElement->m_pStorage ) in CopyStorageElement() 822 OpenSubStorage( pElement, embed::ElementModes::READ ); in CopyStorageElement() 823 if ( !pElement->m_pStorage ) in CopyStorageElement() 827 pElement->m_pStorage->CopyToStorage( xSubDest, bDirect ); in CopyStorageElement() 831 if ( !pElement->m_pStream ) in CopyStorageElement() 833 OpenSubStream( pElement ); in CopyStorageElement() 834 if ( !pElement->m_pStream ) in CopyStorageElement() [all …]
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | ctfonts.cxx | 223 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 …ygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->poin… in MyCGPathApplierFunc() 245 …ygon.setPrevControlPoint( nPointCount+0, basegfx::B2DPoint( pElement->points[1].x, -pElement->poin… in MyCGPathApplierFunc() 249 const basegfx::B2DPoint aCtrPt1( (aStartPt.getX() + 2* pElement->points[0].x) / 3.0, 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() [all …]
|
| /AOO42X/main/xmloff/inc/xmloff/ |
| H A D | uniref.hxx | 59 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 =()
|
| /AOO42X/main/idl/source/cmptools/ |
| H A D | hash.cxx | 86 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()
|
| /AOO42X/main/sdext/source/presenter/ |
| H A D | PresenterToolBar.cxx | 490 ::rtl::Reference<Element> pElement (*iElement); in disposing() 492 static_cast<XWeak*>(pElement.get()), UNO_QUERY); in disposing() 832 ::rtl::Reference<Element> pElement; in ProcessEntry() 834 pElement = Button::Create(this); in ProcessEntry() 836 pElement = CurrentTimeLabel::Create(this); in ProcessEntry() 838 pElement = PresentationTimeLabel::Create(this); in ProcessEntry() 840 pElement = ::rtl::Reference<Element>(new VerticalSeparator(this)); in ProcessEntry() 842 pElement = ::rtl::Reference<Element>(new HorizontalSeparator(this)); in ProcessEntry() 844 pElement = ::rtl::Reference<Element>(new Label(this)); in ProcessEntry() 851 if (pElement.is()) in ProcessEntry() [all …]
|
| /AOO42X/main/vcl/unx/headless/ |
| H A D | svpelement.cxx | 60 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()
|
| /AOO42X/main/comphelper/inc/comphelper/ |
| H A D | basicio.hxx | 76 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 <<()
|
| /AOO42X/main/svx/workben/msview/ |
| H A D | xmlconfig.cxx | 168 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()
|
| /AOO42X/main/ucb/workben/cachemap/ |
| H A D | cachemapobject1.cxx | 52 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()
|
| /AOO42X/main/avmedia/source/gstreamer/ |
| H A D | gstplayer.cxx | 712 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()
|
| /AOO42X/main/xmlsecurity/source/xmlsec/mscrypt/ |
| H A D | xmlsignature_mscryptimpl.cxx | 111 …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()
|
| /AOO42X/main/xmlsecurity/source/xmlsec/nss/ |
| H A D | xmlsignature_nssimpl.cxx | 108 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()
|
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | ndhints.cxx | 168 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()
|