Home
last modified time | relevance | path

Searched refs:GetEntryFlags (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx537 (rPropMapper->GetEntryFlags( *aIndexItr ) & in FillPropertyStateArray()
663 const sal_Int32 nFlags = maPropMapper->GetEntryFlags( i ); in _Filter()
832 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in exportXML()
943 sal_uInt32 nEFlags = maPropMapper->GetEntryFlags( nPropMapIdx ); in _exportXML()
981 if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1091 else if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1100 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1130 OSL_ENSURE( 0 != ( maPropMapper->GetEntryFlags( in exportElementItems()
H A Dxmlimppr.cxx177 nFlags = maPropMapper->GetEntryFlags( nIndex ); in importXML()
415 const sal_Int32 nPropFlags = maPropMapper->GetEntryFlags( nIdx ); in CheckSpecialContext()
506 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in _FillPropertySet()
625 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in _PrepareForMultiPropertySet()
H A Dxmlprcon.cxx73 ( 0 != ( aSetMapper->GetEntryFlags( nEntryIndex ) in CreateChildContext()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx123 ListBox::SetEntryFlags( n, ListBox::GetEntryFlags(n) | LISTBOX_ENTRY_FLAG_DISABLE_SELECTION ); in InsertCategory()
132 if( ListBox::GetEntryFlags(nItem) & LISTBOX_ENTRY_FLAG_DISABLE_SELECTION ) in UserDraw()
/trunk/main/vcl/inc/
H A Dilstbox.hxx151 long GetEntryFlags( sal_uInt16 nPos ) const;
452 long GetEntryFlags( sal_uInt16 nPos ) const;
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx98 sal_uInt32 GetEntryFlags( sal_Int32 nIndex ) const in GetEntryFlags() function in XMLPropertySetMapper
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx167 long GetEntryFlags( sal_uInt16 nPos ) const;
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1259 long ListBox::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags() function in ListBox
1261 return mpImplLB->GetEntryList()->GetEntryFlags( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryFlags()
H A Dilstbox.cxx418 long ImplEntryList::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags() function in ImplEntryList
2353 long ImplListBox::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags() function in ImplListBox
2355 return maLBWindow.GetEntryList()->GetEntryFlags( nPos ); in GetEntryFlags()

Completed in 59 milliseconds