Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 25 of 726) sorted by last modified time

12345678910>>...30

/trunk/main/cui/source/dialogs/
H A Dzoom.cxx241 const SvxZoomType eType = rZoomItem.GetType(); in SvxZoomDialog() local
245 switch ( eType ) in SvxZoomDialog()
/trunk/main/linguistic/source/
H A Dmisc.cxx357 DictionaryType eType = axDic->getDictionaryType(); in SearchDicList() local
363 DBG_ASSERT( eType != DictionaryType_MIXED, in SearchDicList()
366 if ( (!bSearchPosDics && eType == DictionaryType_NEGATIVE) in SearchDicList()
367 || ( bSearchPosDics && eType == DictionaryType_POSITIVE)) in SearchDicList()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx296 void SwRedlineItr::FillHints( MSHORT nAuthor, RedlineType_t eType ) in FillHints() argument
298 switch ( eType ) in FillHints()
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx103 CSS1SelectorType eType; // Art des Selektors member in CSS1Selector
110 : eType(eTyp), aSelector( rSel ), pNext( 0 ) in CSS1Selector()
115 CSS1SelectorType GetType() const { return eType; } in GetType()
135 CSS1Token eType; // der Typ des Wertes member
144 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression()
152 CSS1Token GetType() const { return eType; } in GetType()
170 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx388 css::awt::MessageBoxType eType; member
405 css::awt::MessageBoxType eType ) in lcl_convertMessageBoxType() argument
412 if ( pMap->eType == eType ) in lcl_convertMessageBoxType()
414 eVal = eType; in lcl_convertMessageBoxType()
1272 ::com::sun::star::awt::MessageBoxType eType, in createMessageBox() argument
1314 lcl_convertMessageBoxType( aType, eType ); in createMessageBox()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx345 FlyCntType eType = FLYCNTTYPE_ALL; in _CreateShape() local
356 eType = FLYCNTTYPE_FRM; in _CreateShape()
358 eType = FLYCNTTYPE_GRF; in _CreateShape()
360 eType = FLYCNTTYPE_OLE; in _CreateShape()
368 DBG_ASSERT( eType != FLYCNTTYPE_ALL, "unexpected FlyCntType value for eType" ); in _CreateShape()
369 xRet = SwXFrames::GetObject( *pFlyFmt, eType ); in _CreateShape()
/trunk/main/sal/inc/osl/
H A Dfile.hxx797 return (_aStatus.uValidFields & FileStatusMask_Type) ? (Type) _aStatus.eType : Unknown; in getFileType()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx2191 Size TabControl::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
2193 switch (eType) { in GetOptimalSize()
2197 return Control::GetOptimalSize( eType ); in GetOptimalSize()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx309 bool AquaSalGraphics::supportsOperation( OutDevSupportType eType ) const in supportsOperation()
312 switch( eType ) in supportsOperation()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx338 SbxDataType eType = pVar->GetType(); in lcl_dumpMethodParameters() local
339 if( eType & SbxARRAY ) in lcl_dumpMethodParameters()
341 else if( eType != SbxOBJECT ) in lcl_dumpMethodParameters()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx474 pFormArr[nIndex] = new SwForm(eType.eType); in GetForm()
485 const SwTOXBase* pDef = rSh.GetDefaultTOXBase( eType.eType ); in GetTOXDescription()
490 pDescArr[nIndex] = new SwTOXDescription(eType.eType); in GetTOXDescription()
491 if(eType.eType == TOX_USER) in GetTOXDescription()
495 rSh.GetTOXType(eType.eType, 0)->GetTypeName()); in GetTOXDescription()
497 if(TOX_AUTHORITIES == eType.eType) in GetTOXDescription()
513 else if(TOX_INDEX == eType.eType) in GetTOXDescription()
1124 switch(eType.eType) in lcl_TOXTypesToUserData()
1129 nRet = eType.nIndex << 8; in lcl_TOXTypesToUserData()
1166 eRet.eType = TOX_USER; in lcl_UserData2TOXTypes()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1588 SdrFitToSizeType eType = SDRTEXTFIT_NONE; in GetFitToSize() local
1591 eType = ((SdrTextFitToSizeTypeItem&)(GetObjectItem(SDRATTR_TEXT_FITTOSIZE))).GetValue(); in GetFitToSize()
1593 return eType; in GetFitToSize()
H A Dsvdograf.cxx574 GraphicType eType = GetGraphicType(); in GetTransformedGraphic() local
579 ( aGeo.nDrehWink && aGeo.nDrehWink != 18000 ) && ( GRAPHIC_NONE != eType ); in GetTransformedGraphic()
586 GRAPHIC_NONE != eType ) in GetTransformedGraphic()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1112 TypeClass eType = rValue.getValueType().getTypeClass(); in lcl_Any_To_ULONG() local
1115 if( eType == TypeClass_UNSIGNED_LONG ) in lcl_Any_To_ULONG()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1445 …void InsertAttrsAsDrawingAttrs(long nStartCp, long nEndCp, ManTypes eType, bool bONLYnPicLocFc=fal…
1449 bool GetRangeAsDrawingString(String& rString, long StartCp, long nEndCp, ManTypes eType);
1450 …linerParaObject* ImportAsOutliner(String &rString, WW8_CP nStartCp, WW8_CP nEndCp, ManTypes eType);
1638 void Read_CRevisionMark(RedlineType_t eType, const sal_uInt8* pData, short nLen);
H A Dww8par4.cxx490 void SwWW8ImplReader::Read_CRevisionMark(RedlineType_t eType, in Read_CRevisionMark() argument
499 if( nsRedlineType_t::REDLINE_FORMAT == eType ) in Read_CRevisionMark()
513 bool bIns = (nsRedlineType_t::REDLINE_INSERT == eType); in Read_CRevisionMark()
533 mpRedlineStack->close(*pPaM->GetPoint(), eType, pTableDesc ); in Read_CRevisionMark()
547 SwFltRedline aNewAttr(eType, nAutorNo, aStamp); in Read_CRevisionMark()
/trunk/main/sd/source/core/
H A Dsdpage.cxx687 void SdPage::Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& ) in Changed() argument
691 switch (eType) in Changed()
H A Ddrawdoc.cxx149 SdDrawDocument::SdDrawDocument(DocumentType eType, SfxObjectShell* pDrDocSh) in SdDrawDocument() argument
171 , meDocType(eType) in SdDrawDocument()
196 if( eType == DOCUMENT_TYPE_DRAW ) in SdDrawDocument()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx167 virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& rOldBoundRect);
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx83 OSL_ASSERT(eType==PT_Image); in GetImage()
93 OSL_ASSERT(eType==PT_Color || eType==PT_Paint); in GetColor()
96 if (eType == PT_Color) in GetColor()
98 else if (eType == PT_Paint) in GetColor()
505 if (eType == PT_Invalid) in setPropertyValue()
551 if (eType == PT_Invalid) in getPropertyValue()
698 GetCppuType(eType), in getProperties()
726 GetCppuType(eType), in getPropertyByName()
898 switch(eType) in GetCppuType()
927 switch(eType) in GetIndex()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1040 eTypetmp = eType; in GetFirstEntryTable()
1046 if (eType == 0) in GetFirstEntryTable()
1049 eTypetmp = eType; in GetFirstEntryTable()
1386 switch(eType) in GetStandardFormat()
1438 switch( eType ) in GetStandardFormat()
1483 if (eType == 0) in GetInputLineString()
1487 if (eType == NUMBERFORMAT_NUMBER || eType == NUMBERFORMAT_PERCENT in GetInputLineString()
1498 switch ( eType ) in GetInputLineString()
2860 short eType; in GetType() local
2867 if (eType == 0) in GetType()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1751 if ( eType == etUnknown ) in GetState()
2134 pDSData->eType = etDatasource; in implAddDatasource()
2142 pQueriesData->eType = etQueryContainer; in implAddDatasource()
2152 pTablesData->eType = etTableContainer; in implAddDatasource()
2195 pEntryData->eType = _eEntryType; in populateTree()
2247 if (etTableContainer == pData->eType) in IMPL_LINK()
2348 switch (eType) in ensureEntryObject()
2584 switch (pEntryData->eType) in implSelect()
2839 pNewData->eType = etTableOrView; in elementInserted()
2849 pNewData->eType = etQuery; in elementInserted()
[all …]
/trunk/main/starmath/source/
H A Dmathtype.cxx2531 switch (pLeft->GetToken().eType) in HandleBrace()
2639 switch (pNode->GetToken().eType) in HandleOperator()
2679 switch(pNode->GetToken().eType) in HandleOperator()
2777 switch(pNode->GetToken().eType) in HandleOperator()
3137 if ((pNode->GetToken().eType == TLIM) in HandleLim()
3138 || (pNode->GetToken().eType == TLIMSUP) in HandleLim()
3213 switch(pNode->GetToken().eType) in HandleMAlign()
3234 if (pNode->GetToken().eType == TMLINE) in HandleMath()
3354 switch (pTemp->GetToken().eType) in HandleAttributes()
3389 switch (pTemp->GetToken().eType) in HandleAttributes()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx213 … const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
230 …, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
250 …( const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
408 …sal_Int32 BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias = rtl…
536 …void SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr =…
H A Dpdfwriter.hxx256 AnyWidget( WidgetType eType ) : in AnyWidget()
257 Type( eType ), in AnyWidget()
904 …l::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
921 sal_Int32 CreateDest( const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
957 …nce( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
1146 …sal_Int32 BeginStructureElement( enum StructElement eType, const rtl::OUString& rAlias = rtl::OUSt…
1280 void SetPageTransition( PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr = -1 );

Completed in 242 milliseconds

12345678910>>...30