Searched refs:nContextId (Results 1 – 10 of 10) sorted by relevance
360 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem() local362 if( nContextId ) in handleSpecialItem()374 switch( nContextId ) in handleSpecialItem()435 … nContextId == XML_SCH_CONTEXT_SPECIAL_SYMBOL_WIDTH in handleSpecialItem()503 sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex ); in handleSpecialItem() local504 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()
53 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()
247 sal_uInt32 nContextId = getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex ); in handleElementItem() local248 switch( nContextId ) in handleElementItem()257 switch( nContextId ) in handleElementItem()356 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in ContextFilter() local357 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()
423 sal_Int16 nContextId = maPropMapper->GetEntryContextId(nIdx); in CheckSpecialContext() local430 if ( pSpecialContextIds[n].nContextID == nContextId ) in CheckSpecialContext()566 sal_Int16 nContextId = rPropMapper->GetEntryContextId(nIdx); in _FillPropertySet() local573 if ( pSpecialContextIds[n].nContextID == nContextId ) in _FillPropertySet()642 sal_Int16 nContextId = rPropMapper->GetEntryContextId(nIdx); in _PrepareForMultiPropertySet() local648 if ( pSpecialContextIds[n].nContextID == nContextId ) in _PrepareForMultiPropertySet()
256 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in exportDefaultStyle() local257 if( nContextId == CTF_PM_STANDARD_MODE ) in exportDefaultStyle()
476 void SfxChildWindow::CreateContext( sal_uInt16 nContextId, SfxBindings& rBindings ) in CreateContext() argument503 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()
98 sal_uInt16 nContextId; // Identifier f"ur das SfxInterface member103 , nContextId(nID) in SfxChildWinContextFactory()143 sal_uInt16 nContextId; member in SfxChildWindowContext156 { return nContextId; } in GetContextId()212 void CreateContext( sal_uInt16 nContextId, SfxBindings& );
84 sal_Int16 nContextId = rMapper->GetEntryContextId(rState.mnIndex); in exportXML() local87 switch (nContextId) in exportXML()116 switch (nContextId) in exportXML()
1314 sal_uInt32 nContextId = rPropMapper->GetEntryContextId(nIdx); in ConvertStarFonts() local1315 if( CTF_FONTFAMILYNAME == nContextId ) in ConvertStarFonts()
66 sal_Int16 nContextId; member140 return nIndex == -1 ? 0 : aMapEntries[nIndex].nContextId; in GetEntryContextId()179 sal_Int32 FindEntryIndex( const sal_Int16 nContextId ) const;
Completed in 79 milliseconds