/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 460 if( pOldInfo->maType == pOldInfo->maFilterName ) in insertOrEdit() 462 pNewInfo->maType = OUString(); in insertOrEdit() 474 if( pOldInfo->maType != pNewInfo->maType ) in insertOrEdit() 531 if( pFilterEntry->maType.getLength() == 0 ) in insertOrEdit() 563 aFilterData[0].Value <<= pFilterEntry->maType; in insertOrEdit() 755 if( aTypes[nStr] == pFilterEntry->maType ) in insertOrEdit() 762 aTypes[nStrCount] = pFilterEntry->maType; in insertOrEdit() 863 if( aType == pInfo->maType ) in onDelete() 1115 pValues->Value >>= pTempFilter->maType; in initFilterList() 1627 maType( rInfo.maType ), in filter_info_impl() [all …]
|
H A D | typedetectionimport.cxx | 168 pFilter->maType = getSubdata( 1, aComma, aData ); in createFilterForNode() 190 Node* pTypeNode = findTypeNode( pFilter->maType ); in createFilterForNode() 211 if( pFilter->maType.getLength() == 0 ) in createFilterForNode()
|
H A D | typedetectionexport.cxx | 135 pAttrList->AddAttribute( sName, sCdataAttribute, pFilter->maType ); in doExport() 185 sValue += pFilter->maType; in doExport()
|
H A D | xmlfiltercommon.hxx | 55 rtl::OUString maType; member in filter_info_impl
|
/aoo41x/main/comphelper/source/container/ |
H A D | namecontainer.cxx | 79 const ::com::sun::star::uno::Type maType; member in comphelper::NameContainer 92 : maType( aType ) in NameContainer() 110 if( aElement.getValueType() != maType ) in insertByName() 141 if( aElement.getValueType() != maType ) in replaceByName() 201 return maType; in getElementType()
|
/aoo41x/main/oox/source/xls/ |
H A D | workbookfragment.cxx | 244 if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "worksheet" ) ) in finalizeImport() 246 else if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "chartsheet" ) ) in finalizeImport() 248 else if( (pRelation->maType == CREATE_MSOFFICE_RELATION_TYPE( "xlMacrosheet" )) || in finalizeImport() 249 … (pRelation->maType == CREATE_MSOFFICE_RELATION_TYPE( "xlIntlMacrosheet" )) ) in finalizeImport() 251 else if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "dialogsheet" ) ) in finalizeImport()
|
/aoo41x/main/oox/source/core/ |
H A D | relationshandler.cxx | 81 aRelation.maType = aAttribs.getString( XML_Type, OUString() ); in createFastChildContext() 83 …if( (aRelation.maId.getLength() > 0) && (aRelation.maType.getLength() > 0) && (aRelation.maTarget.… in createFastChildContext()
|
H A D | relations.cxx | 70 if( aIt->second.maType.equalsIgnoreAsciiCase( rType ) ) in getRelationFromFirstType() 79 if( aIt->second.maType.equalsIgnoreAsciiCase( rType ) ) in getRelationsFromType()
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgnode.hxx | 94 SVGToken maType; member in svgio::svgreader::SvgNode 137 SVGToken getType() const { return maType; } in getType()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2587 maType( rRoot ), in XclImpChTypeGroup() 2588 maTypeInfo( maType.GetTypeInfo() ) in XclImpChTypeGroup() 2626 maType.ReadChType( rStrm ); in ReadSubRecord() 2634 (maType.GetRecId() == EXC_ID_CHLINE) && // must be a line chart in Finalize() 2638 maType.Finalize( bStockChart ); in Finalize() 2641 maTypeInfo.Set( maType.GetTypeInfo(), mxChart3d.is(), false ); in Finalize() 2644 if( maTypeInfo.mbReverseSeries && !Is3dChart() && !maType.IsStacked() && !maType.IsPercent() ) in Finalize() 2685 bool bAnyStacked = maType.IsStacked() || maType.IsPercent(); in HasConnectorLines() 2706 return maType.CreateCoordSystem( Is3dChart() ); in CreateCoordSystem() 2714 Reference< XChartType > xChartType = maType.CreateChartType( xDiagram, Is3dChart() ); in CreateChartType() [all …]
|
H A D | xechart.cxx | 2409 maType( rRoot ), in XclExpChTypeGroup() 2410 maTypeInfo( maType.GetTypeInfo() ) in XclExpChTypeGroup() 2420 maType.Convert( xDiagram, xChartType, nApiAxesSetIdx, bSwappedAxesSet, bHasXLabels ); in ConvertType() 2429 maTypeInfo.Set( maType.GetTypeInfo(), b3dChart, bSpline ); in ConvertType() 2475 maType.SetStacked( bPercent ); in ConvertSeries() 2525 maType.Save( rStrm ); in WriteSubRecords()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 227 if( (maShapeModel.maType.getLength() > 1) && (maShapeModel.maType[ 0 ] == '#') ) in finalizeFragmentImport() 228 …eType* pShapeType = mrDrawing.getShapes().getShapeTypeById( maShapeModel.maType.copy( 1 ), true ) ) in finalizeFragmentImport()
|
/aoo41x/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 259 , maType(0) in CmdTimeNodeContext() 265 maType = xAttribs->getOptionalValueToken( XML_type, 0 ); in CmdTimeNodeContext() 289 switch( maType ) in endFastElement() 373 sal_Int32 maType; member in oox::ppt::CmdTimeNodeContext
|
/aoo41x/main/sw/source/core/text/ |
H A D | wrong.cxx | 44 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(0) in SwWrongArea() 55 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(pSubList), mLineT… in SwWrongArea() 218 if ( 0 != maList[0].maType.getLength() || maList[0].mpSubList ) in GetWrongPos()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | fileopendialog.cxx | 158 case TK_Type : rProperty.Value >>= aFilterEntry.maType; break; in FileOpenDialog() 194 if ( xTypes->getByName( aIter->maType ) >>= aTypeProperties ) in FileOpenDialog()
|
H A D | fileopendialog.hxx | 41 rtl::OUString maType; member
|
/aoo41x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 2337 aValue += (*aIt)->maType; in CreateDisplayText_Impl() 2397 pEntry->maType = aValue.getToken( 0, '\t', nIndex ); in CreateVector_Impl() 2398 aDisplayText += pEntry->maType; in CreateVector_Impl() 2538 nComp = pCollatorWrapper->compareString( aOne->maType, aTwo->maType ); in CompareSortingData_Impl() 2657 pData->maType = SvFileInformationManager::GetFolderDescription( aVolInfo ); in FolderInserted() 2669 aValue += pData->maType; in FolderInserted()
|
H A D | contentenumeration.cxx | 314 … pData->maType = SvFileInformationManager::GetFolderDescription( aVolInfo ); in enumerateFolderContent() 317 pData->maType = SvFileInformationManager::GetFileDescription( in enumerateFolderContent()
|
H A D | contentenumeration.hxx | 56 ::rtl::OUString maType;
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 1055 inline bool IsStacked() const { return maType.IsStacked(); } in IsStacked() 1057 inline bool IsPercent() const { return maType.IsPercent(); } in IsPercent() 1065 inline bool HasCategoryLabels() const { return maType.HasCategoryLabels(); } in HasCategoryLabels() 1115 XclImpChType maType; /// Chart type (e.g. CHBAR, CHLINE, ...). member in XclImpChTypeGroup
|
H A D | xechart.hxx | 959 inline bool IsValidGroup() const { return !maSeries.IsEmpty() && maType.IsValidType(); } in IsValidGroup() 996 XclExpChType maType; /// Chart type (e.g. CHBAR, CHLINE, ...). member in XclExpChTypeGroup
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 150 : maType(aType), in SvgNode() 161 OSL_ENSURE(SVGTokenUnknown != maType, "SvgNode with unknown type created (!)"); in SvgNode()
|
/aoo41x/main/oox/inc/oox/core/ |
H A D | relations.hxx | 56 ::rtl::OUString maType;
|
/aoo41x/main/sw/source/core/inc/ |
H A D | wrong.hxx | 66 rtl::OUString maType; member in SwWrongArea
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlshape.hxx | 173 ::rtl::OUString maType; /// Shape template with default properties.
|