Searched refs:aHistory (Results 1 – 11 of 11) sorted by relevance
486 c = aHistory[(pos-distance-1)%WINDOWLEN]; in DecompressVBA()487 aHistory[pos%WINDOWLEN] = c; in DecompressVBA()510 Output(WINDOWLEN,aHistory); in DecompressVBA()516 if (xVBAStream->Read(&aHistory[pos%WINDOWLEN],1)) in DecompressVBA()529 Output(pos%WINDOWLEN,aHistory); in DecompressVBA()
81 sal_uInt8 aHistory[ WINDOWLEN ]; member in VBA_Impl
599 c = aHistory[(nPos-nDistance-1) % nWINDOWLEN]; in DecompressVBA()600 aHistory[nPos % nWINDOWLEN] = c; in DecompressVBA()616 Output(nWINDOWLEN, aHistory); in DecompressVBA()622 if (xVBAStream->Read(&aHistory[nPos % nWINDOWLEN],1)) in DecompressVBA()631 Output(nPos % nWINDOWLEN,aHistory); in DecompressVBA()
100 sal_uInt8 aHistory[nWINDOWLEN]; member in VBA_Impl
539 ::std::vector< WizardState > aHistory; in updateTravelUI()540 getStateHistory( aHistory ); in updateTravelUI()542 for ( ::std::vector< WizardState >::const_iterator state = aHistory.begin(); in updateTravelUI()543 state != aHistory.end() && !bHaveEnabledState; in updateTravelUI()
247 Sequence< Sequence< PropertyValue> > aHistory = SvtHistoryOptions().GetList( ePICKLIST ); in impl_init() local252 sal_uInt32 nCount = aHistory.getLength(); in impl_init()258 ::comphelper::SequenceAsHashMap aItemProperties( aHistory[ nItem ] ); in impl_init()
839 const ::rtl::OUString* pHistory = aParams.aHistory.getConstArray(); in LoadParams()840 const ::rtl::OUString* pHistoryEnd = pHistory + aParams.aHistory.getLength(); in LoadParams()938 aCurrentSettings.aHistory.realloc( m_cmbSearchText.GetEntryCount() ); in SaveParams()939 ::rtl::OUString* pHistory = aCurrentSettings.aHistory.getArray(); in SaveParams()
63 aHistory;
786 uno::Sequence<uno::Sequence<beans::PropertyValue> > aHistory = in ScanDocmenu() local797 sal_uInt32 nCount = aHistory.getLength(); in ScanDocmenu()801 uno::Sequence<beans::PropertyValue> aPropertySet = aHistory[nItem]; in ScanDocmenu()
214 registerExchangeLocation( "SearchHistory", TA( aHistory ) ); in FmSearchConfigItem()
3228 SwHistory aHistory; in SplitTable() local3231 aMsgHnt.pHistory = &aHistory; in SplitTable()3274 if( aHistory.Count() ) in SplitTable()3275 pUndo->SaveFormula( aHistory ); in SplitTable()
Completed in 93 milliseconds