Home
last modified time | relevance | path

Searched refs:nContextId (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx360 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem() local
362 if( nContextId ) in handleSpecialItem()
374 switch( nContextId ) in handleSpecialItem()
435nContextId == XML_SCH_CONTEXT_SPECIAL_SYMBOL_WIDTH in handleSpecialItem()
503 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem() local
504 sal_Bool bRet = (nContextId != 0); in handleSpecialItem()
506 if( nContextId ) in handleSpecialItem()
511 switch( nContextId ) in handleSpecialItem()
582 … rUnitConverter.convertMeasure( nContextId == XML_SCH_CONTEXT_SPECIAL_SYMBOL_WIDTH in handleSpecialItem()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx53 nContextId( rMapEntry.mnContextId ), in XMLPropertySetMapperEntry_Impl()
65 nContextId( rEntry.nContextId), in XMLPropertySetMapperEntry_Impl()
218 sal_Int32 XMLPropertySetMapper::FindEntryIndex( const sal_Int16 nContextId ) const in FindEntryIndex()
228 if( rEntry.nContextId == nContextId ) in FindEntryIndex()
H A DPageMasterExportPropMapper.cxx247 sal_uInt32 nContextId = getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ); in handleElementItem() local
248 switch( nContextId ) in handleElementItem()
257 switch( nContextId ) in handleElementItem()
356 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in ContextFilter() local
357 sal_Int16 nFlag = nContextId & CTF_PM_FLAGMASK; in ContextFilter()
358 sal_Int16 nSimpleId = nContextId & (~CTF_PM_FLAGMASK | XML_PM_CTF_START); in ContextFilter()
359 sal_Int16 nPrintId = nContextId & CTF_PM_PRINTMASK; in ContextFilter()
393 switch( nContextId ) in ContextFilter()
H A Dxmlimppr.cxx423 sal_Int16 nContextId = maPropMapper->GetEntryContextId(nIdx); in CheckSpecialContext() local
430 if ( pSpecialContextIds[n].nContextID == nContextId ) in CheckSpecialContext()
566 sal_Int16 nContextId = rPropMapper->GetEntryContextId(nIdx); in _FillPropertySet() local
573 if ( pSpecialContextIds[n].nContextID == nContextId ) in _FillPropertySet()
642 sal_Int16 nContextId = rPropMapper->GetEntryContextId(nIdx); in _PrepareForMultiPropertySet() local
648 if ( pSpecialContextIds[n].nContextID == nContextId ) in _PrepareForMultiPropertySet()
H A DXMLPageExport.cxx256 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in exportDefaultStyle() local
257 if( nContextId == CTF_PM_STANDARD_MODE ) in exportDefaultStyle()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx476 void SfxChildWindow::CreateContext( sal_uInt16 nContextId, SfxBindings& rBindings ) in CreateContext() argument
503 if ( pConFact->nContextId == nContextId ) in CreateContext()
507 pCon->nContextId = pConFact->nContextId; in CreateContext()
535 if ( pConFact->nContextId == nContextId ) in CreateContext()
539 pCon->nContextId = pConFact->nContextId; in CreateContext()
564 , nContextId( nId ) in SfxChildWindowContext()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx98 sal_uInt16 nContextId; // Identifier f"ur das SfxInterface member
103 , nContextId(nID) in SfxChildWinContextFactory()
143 sal_uInt16 nContextId; member in SfxChildWindowContext
156 { return nContextId; } in GetContextId()
212 void CreateContext( sal_uInt16 nContextId, SfxBindings& );
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigExport.cxx84 sal_Int16 nContextId = rMapper->GetEntryContextId(rState.mnIndex); in exportXML() local
87 switch (nContextId) in exportXML()
116 switch (nContextId) in exportXML()
H A Dtxtimp.cxx1314 sal_uInt32 nContextId = rPropMapper->GetEntryContextId(nIdx); in ConvertStarFonts() local
1315 if( CTF_FONTFAMILYNAME == nContextId ) in ConvertStarFonts()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx66 sal_Int16 nContextId; member
140 return nIndex == -1 ? 0 : aMapEntries[nIndex].nContextId; in GetEntryContextId()
179 sal_Int32 FindEntryIndex( const sal_Int16 nContextId ) const;

Completed in 62 milliseconds